VirtualBox

Ignore:
Timestamp:
May 17, 2010 12:01:35 PM (15 years ago)
Author:
vboxsync
Message:

wddm: disable assertions for non-DEBUG_misha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.h

    r29488 r29536  
    2727#ifdef VBOXWDDM_WITH_VBVA
    2828# define VBOXWDDM_RENDER_FROM_SHADOW
     29#endif
     30
     31#ifndef DEBUG_misha
     32# ifdef Assert
     33#  undef Assert
     34#  define Assert(_a) do{}while(0)
     35# endif
     36# ifdef AssertBreakpoint
     37#  undef AssertBreakpoint
     38#  define AssertBreakpoint() do{}while(0)
     39# endif
     40# ifdef AssertFailed
     41#  undef AssertFailed
     42#  define AssertFailed() do{}while(0)
     43# endif
    2944#endif
    3045
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