VirtualBox

Changeset 8627

Show
Ignore:
Timestamp:
05/06/08 15:58:08 (8 months ago)
Author:
vboxsync
Message:

Fixed build break.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/log.h

    r8622 r8627  
    446446# endif 
    447447#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 
    449453#endif 
    450454 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy