VirtualBox

Ignore:
Timestamp:
Jul 23, 2014 6:50:11 AM (11 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp

    r52136 r52143  
    2222
    2323#include <malloc.h>
     24
     25#ifdef DEBUG_misha
     26#define WARN(_m) do { \
     27            Assert(0); \
     28            Log(_m); \
     29        } while (0)
     30#else
     31#define WARN(_m) do { \
     32            Log(_m); \
     33        } while (0)
     34#endif
    2435
    2536#ifdef VBOX_WITH_WDDM
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