VirtualBox

Changeset 29539 in vbox


Ignore:
Timestamp:
May 17, 2010 12:08:27 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61679
Message:

wddm|d3d: disable assertions for non-DEBUG_misha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3DCmn.h

    r29432 r29539  
    2020#endif
    2121
     22#ifndef DEBUG_misha
     23# ifdef Assert
     24#  undef Assert
     25#  define Assert(_a) do{}while(0)
     26# endif
     27# ifdef AssertBreakpoint
     28#  undef AssertBreakpoint
     29#  define AssertBreakpoint() do{}while(0)
     30# endif
     31# ifdef AssertFailed
     32#  undef AssertFailed
     33#  define AssertFailed() do{}while(0)
     34# endif
     35#endif
     36
    2237#ifdef VBOXWDDMDISP_DEBUG
    2338VOID vboxVDbgDoPrint(LPCSTR szString, ...);
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