Changeset 8964 in vbox for trunk/include/iprt
- Timestamp:
- May 20, 2008 3:12:08 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/log.h
r8962 r8964 458 458 # endif 459 459 #else 460 # define LogIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0)461 # define LogItAlways(pvInst, fFlags, fmtargs)do { } while (0)460 # define LogIt(pvInst, fFlags, iGroup, fmtargs) do { } while (0) 461 # define LogItAlways(pvInst, fFlags, iGroup, fmtargs) do { } while (0) 462 462 # if defined(LOG_USE_C99) 463 # define _LogRemoveParentheseis(...) __VA_ARGS__ 464 # define _LogIt(pvInst, fFlags, iGroup, ...) do { } while (0) 463 # define _LogRemoveParentheseis(...) __VA_ARGS__ 464 # define _LogIt(pvInst, fFlags, iGroup, ...) do { } while (0) 465 # define _LogItAlways(pvInst, fFlags, iGroup, ...) do { } while (0) 465 466 # endif 466 467 #endif
Note:
See TracChangeset
for help on using the changeset viewer.