Changeset 7511 for trunk/src/msvfw32/msvideo_main.c
- Timestamp:
- Nov 30, 2001, 8:08:01 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvfw32/msvideo_main.c
r7502 r7511 37 37 #define SEGPTR_FREE(a) free(a) 38 38 #define SEGPTR_GET(a) a 39 40 #undef FIXME41 #undef TRACE42 #ifdef DEBUG43 // PH 2001-11-3044 // this macro definition causes the control leave the scope of a45 // non-curly-braced preceeding if statement. Therefore,46 // if (p!=NULL)47 // TRACE("p->a=%d", p->a)48 // crashes.49 //50 // !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT51 // !!! ARE PUT INTO CURLY BRACES52 #define TRACE WriteLog("MSVFW32: %s", __FUNCTION__); WriteLog53 #define FIXME WriteLog("FIXME MSVFW32: %s", __FUNCTION__); WriteLog54 #else55 #define TRACE 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)56 #define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)57 #endif58 39 59 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.