Changeset 12131
- Timestamp:
- 09/05/08 15:55:29 (3 months ago)
- Files:
-
- trunk/include/iprt/log.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/log.h
r12128 r12131 800 800 * Write to specific logger if group enabled. 801 801 */ 802 #ifndef IN_RING0 802 #ifndef IN_RING0 /* causes problems in ring 0; do not enable before tracking this down (see 3137 & 3144) */ 803 803 # if defined(LOG_USE_C99) 804 804 # define _LogRelRemoveParentheseis(...) __VA_ARGS__

