Changeset 8627 in vbox for trunk/include/iprt
- Timestamp:
- May 6, 2008 1:58:08 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30554
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r8622 r8627 446 446 # endif 447 447 #else 448 # define LogIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) 448 # define LogIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) 449 # if defined(LOG_USE_C99) 450 # define _LogRemoveParentheseis(...) __VA_ARGS__ 451 # define _LogIt(pvInst, fFlags, iGroup, ...) do { } while (0) 452 # endif 449 453 #endif 450 454
Note:
See TracChangeset
for help on using the changeset viewer.