VirtualBox

儲存庫 vbox 的更動 38739


忽略:
時間撮記:
2011-9-13 下午02:36:55 (13 年 以前)
作者:
vboxsync
訊息:

Another Assert redefinition bites the dust.

位置:
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h

    r36867 r38739  
    11/* $Id$ */
    2 
    32/** @file
    43 * VBox Miniport common functions used by XPDM/WDDM drivers
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h

    r38112 r38739  
    11/* $Id$ */
    2 
    32/** @file
    43 * VBox Miniport common utils header
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h

    r37626 r38739  
    11/* $Id$ */
    2 
    32/** @file
    43 * VBox WDDM Miniport driver
     
    2019#define ___VBoxMPWddm_h___
    2120
     21#ifndef DEBUG_misha
     22# ifdef Assert
     23#  error "VBoxMPWddm.h must be included first."
     24# endif
     25# define RT_NO_STRICT
     26#endif
    2227#include "common/VBoxMPUtils.h"
    2328#include "common/VBoxMPDevExt.h"
     
    2833NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath);
    2934RT_C_DECLS_END
    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
    44 #endif
    4535
    4636PVOID vboxWddmMemAlloc(IN SIZE_T cbSize);
     
    8979
    9080#endif /* #ifndef ___VBoxMPWddm_h___ */
     81
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette