Changeset 38739 in vbox for trunk/src/VBox
- Timestamp:
- Sep 13, 2011 2:36:55 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h
r36867 r38739 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * VBox Miniport common functions used by XPDM/WDDM drivers -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h
r38112 r38739 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * VBox Miniport common utils header -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h
r37626 r38739 1 1 /* $Id$ */ 2 3 2 /** @file 4 3 * VBox WDDM Miniport driver … … 20 19 #define ___VBoxMPWddm_h___ 21 20 21 #ifndef DEBUG_misha 22 # ifdef Assert 23 # error "VBoxMPWddm.h must be included first." 24 # endif 25 # define RT_NO_STRICT 26 #endif 22 27 #include "common/VBoxMPUtils.h" 23 28 #include "common/VBoxMPDevExt.h" … … 28 33 NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath); 29 34 RT_C_DECLS_END 30 31 #ifndef DEBUG_misha32 # ifdef Assert33 # undef Assert34 # define Assert(_a) do{}while(0)35 # endif36 # ifdef AssertBreakpoint37 # undef AssertBreakpoint38 # define AssertBreakpoint() do{}while(0)39 # endif40 # ifdef AssertFailed41 # undef AssertFailed42 # define AssertFailed() do{}while(0)43 # endif44 #endif45 35 46 36 PVOID vboxWddmMemAlloc(IN SIZE_T cbSize); … … 89 79 90 80 #endif /* #ifndef ___VBoxMPWddm_h___ */ 81
Note:
See TracChangeset
for help on using the changeset viewer.