Changeset 71938 in vbox for trunk/src/VBox
- Timestamp:
- Apr 20, 2018 12:10:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispMpLogger.cpp
r69500 r71938 20 20 * this is why we use miniport escape functionality to issue backdoor log string to the miniport 21 21 * and submit it to host via standard r0 backdoor logging api accordingly */ 22 #if (_MSC_VER >= 1400) && !defined(VBOX_WITH_PATCHED_DDK) 23 # define _InterlockedExchange _InterlockedExchange_StupidDDKVsCompilerCrap 24 # define _InterlockedExchangeAdd _InterlockedExchangeAdd_StupidDDKVsCompilerCrap 25 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap 26 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 27 # define _interlockedbittestandset _interlockedbittestandset_StupidDDKVsCompilerCrap 28 # define _interlockedbittestandreset _interlockedbittestandreset_StupidDDKVsCompilerCrap 29 # define _interlockedbittestandset64 _interlockedbittestandset64_StupidDDKVsCompilerCrap 30 # define _interlockedbittestandreset64 _interlockedbittestandreset64_StupidDDKVsCompilerCrap 31 # pragma warning(disable : 4163) 32 # include <iprt/win/windows.h> 33 # pragma warning(default : 4163) 34 # undef _InterlockedExchange 35 # undef _InterlockedExchangeAdd 36 # undef _InterlockedCompareExchange 37 # undef _InterlockedAddLargeStatistic 38 # undef _interlockedbittestandset 39 # undef _interlockedbittestandreset 40 # undef _interlockedbittestandset64 41 # undef _interlockedbittestandreset64 42 #else 43 # include <iprt/win/windows.h> 44 #endif 22 45 23 #include <VBoxDispMpLogger.h> 46 #include < d3d9types.h>47 #include < D3dumddi.h>48 #include <d3d hal.h>24 #include <iprt/win/windows.h> 25 #include <iprt/win/d3d9.h> 26 #include <d3dumddi.h> 49 27 #include <../../../common/wddm/VBoxMPIf.h> 50 28 #include <VBoxDispKmt.h>
Note:
See TracChangeset
for help on using the changeset viewer.