- Timestamp:
- Dec 8, 2011, 9:45:40 PM (14 years ago)
- Location:
- branches/gcc-kmk
- Files:
-
- 2 edited
-
include/win/debugtools.h (modified) (2 diffs)
-
src/oleaut32/typelib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/debugtools.h
r21741 r21868 177 177 # define MESSAGE WriteLog 178 178 #else 179 #ifdef __GNUC__ 180 # define TRACE 1 ? (void) 0 : (void) 181 # define TRACE_(ch) 1 ? (void) 0 : (void) 182 # define FIXME 1 ? (void) 0 : (void) 183 # define FIXME_(ch) 1 ? (void) 0 : (void) 184 # define WARN 1 ? (void) 0 : (void) 185 # define WARN_(ch) 1 ? (void) 0 : (void) 186 # define ERR_(ch) 1 ? (void) 0 : (void) 187 # define ERR 1 ? (void) 0 : (void) 188 # define DPRINTF 1 ? (void) 0 : (void) 189 # define MESSAGE 1 ? (void) 0 : (void) 190 #else 179 191 # define TRACE 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) 180 192 # define TRACE_(ch) 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) … … 187 199 # define DPRINTF 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) 188 200 # define MESSAGE 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL) 201 #endif 189 202 #endif 190 203 #undef __GET_DEBUGGING -
branches/gcc-kmk/src/oleaut32/typelib.c
r21853 r21868 1247 1247 #define dump_TypeDesc(a,b) 1248 1248 #define dump_VARDESC(a) 1249 #define debugstr_an(a,b) NULL1250 1249 #endif 1251 1250
Note:
See TracChangeset
for help on using the changeset viewer.
