Changeset 10004 for trunk/include/win/debugstr.h
- Timestamp:
- Apr 10, 2003, 12:26:25 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/debugstr.h
r6383 r10004 23 23 24 24 #ifdef __GNUC__ 25 26 #ifdef printf 27 #undef printf 28 #endif 29 25 30 extern int dbg_printf(const char *format, ...) __attribute__((format (printf,1,2))); 31 32 #define printf emx_printf 33 26 34 #else 27 35 extern int dbg_printf(const char *format, ...);
Note:
See TracChangeset
for help on using the changeset viewer.