Changeset 22098 for branches/swt/include/win/debugstr.h
- Timestamp:
- May 29, 2015, 7:11:19 PM (10 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/debugstr.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/debugstr.h
r21352 r22098 24 24 #ifdef __GNUC__ 25 25 26 #ifdef printf27 #undef printf28 #endif26 //#ifdef printf 27 //#undef printf 28 //#endif 29 29 30 30 extern int dbg_printf(const char *format, ...) __attribute__((format (printf,1,2))); 31 31 32 #define printf emx_printf32 //#define printf emx_printf 33 33 34 34 #else
Note:
See TracChangeset
for help on using the changeset viewer.
