Changeset 677 for Daodan/src/oni_stdio.h


Ignore:
Timestamp:
Mar 3, 2013, 12:46:33 AM (12 years ago)
Author:
alloc
Message:

Daodan: Updated src to work with MinGW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/oni_stdio.h

    r272 r677  
    44
    55#include <stdio.h>
    6 
     6/*
    77FILE* __cdecl oni_fopen(const char*, const char*);
    88int   __cdecl oni_fprintf(FILE*, const char*, ...);
    99int   __cdecl oni_fflush(FILE*);
    10 
     10*/
    1111#endif
Note: See TracChangeset for help on using the changeset viewer.