Changeset 3888 in vbox for trunk/src/recompiler/InnoTek/crt
- Timestamp:
- Jul 26, 2007 4:26:39 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/InnoTek/crt/stdio.h
r2981 r3888 20 20 */ 21 21 22 #ifndef __ stdio_h__23 #define __ stdio_h__22 #ifndef ___InnoTek_stdio_h 23 #define ___InnoTek_stdio_h 24 24 25 25 #ifndef LOG_GROUP … … 41 41 42 42 typedef struct FILE FILE; 43 44 #if defined(RT_OS_SOLARIS) 45 /** @todo check solaris' floatingpoint.h as to why we do this */ 46 # define _FILEDEFED 47 #endif 43 48 44 49 DECLINLINE(int) fprintf(FILE *ignored, const char *pszFormat, ...)
Note:
See TracChangeset
for help on using the changeset viewer.