VirtualBox

Changeset 11814 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 29, 2008 12:47:44 PM (16 years ago)
Author:
vboxsync
Message:

Initial commit of the NetFlt driver for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/debug.c

    r4027 r11814  
    7171}
    7272
     73#endif
     74
    7375ULONG __cdecl DbgPrint(PCH pszFormat, ...)
    7476{
     77#ifdef LOG_ENABLED
    7578    va_list args;
    7679    va_start(args, pszFormat);
    77 #ifdef VBOX
     80# ifdef VBOX
    7881    RTLogBackdoorPrintfV(pszFormat, args);
    79 #else
     82# else
    8083    EngDebugPrint(STANDARD_DEBUG_PREFIX, pszFormat, args);
    81 #endif
     84# endif
    8285    va_end(args);
     86#endif
    8387    return 0;
    8488}
    8589
    86 #endif
    87 
Note: See TracChangeset for help on using the changeset viewer.

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