儲存庫 vbox 的更動 38739
- 時間撮記:
- 2011-9-13 下午02:36:55 (13 年 以前)
- 位置:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
- 檔案:
-
- 修改 3 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器