VirtualBox

忽略:
時間撮記:
2016-7-28 下午11:30:23 (8 年 以前)
作者:
vboxsync
訊息:

SUPDrv: warnings

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h

    r62490 r62664  
    3232
    3333#ifdef RT_OS_WINDOWS
    34 # if (_MSC_VER >= 1400) && !defined(VBOX_WITH_PATCHED_DDK)
    35 #  include <iprt/asm.h>
    36 #  define _InterlockedExchange           _InterlockedExchange_StupidDDKVsCompilerCrap
    37 #  define _InterlockedExchangeAdd        _InterlockedExchangeAdd_StupidDDKVsCompilerCrap
    38 #  define _InterlockedCompareExchange    _InterlockedCompareExchange_StupidDDKVsCompilerCrap
    39 #  define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
    40 #  pragma warning(disable : 4163)
    41 RT_C_DECLS_BEGIN
    42 #  include <ntddk.h>
    43 RT_C_DECLS_END
    44 #  pragma warning(default : 4163)
    45 #  undef  _InterlockedExchange
    46 #  undef  _InterlockedExchangeAdd
    47 #  undef  _InterlockedCompareExchange
    48 #  undef  _InterlockedAddLargeStatistic
    49 # else
    50 RT_C_DECLS_BEGIN
    51 #  include <ntddk.h>
    52 RT_C_DECLS_END
    53 # endif
    54 #endif /* RT_OS_WINDOWS */
     34# include <iprt/nt/ntddk.h>
     35#endif
    5536
    5637
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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