VirtualBox

Changeset 8627 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 6, 2008 1:58:08 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30554
Message:

Fixed build break.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette