Changeset 106222 in vbox
- Timestamp:
- Oct 7, 2024 8:42:18 AM (8 weeks ago)
- Location:
- trunk/include/iprt/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/ntddk.h
r106061 r106222 43 43 #include <iprt/sanitized/intrin.h> 44 44 45 #define _InterlockedExchange _InterlockedExchange_StupidDDKVsCompilerCrap 46 #define _InterlockedExchangeAdd _InterlockedExchangeAdd_StupidDDKVsCompilerCrap 47 #define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap 48 #define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 49 #define _interlockedbittestandset _interlockedbittestandset_StupidDDKVsCompilerCrap 50 #define _interlockedbittestandreset _interlockedbittestandreset_StupidDDKVsCompilerCrap 51 #define _interlockedbittestandset64 _interlockedbittestandset64_StupidDDKVsCompilerCrap 52 #define _interlockedbittestandreset64 _interlockedbittestandreset64_StupidDDKVsCompilerCrap 45 #ifdef _M_IX86 46 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 47 #endif 53 48 54 49 #pragma warning(push) … … 71 66 #pragma warning(pop) 72 67 73 #undef _InterlockedExchange 74 #undef _InterlockedExchangeAdd 75 #undef _InterlockedCompareExchange 76 #undef _InterlockedAddLargeStatistic 77 #undef _interlockedbittestandset 78 #undef _interlockedbittestandreset 79 #undef _interlockedbittestandset64 80 #undef _interlockedbittestandreset64 68 #ifdef _M_IX86 69 # undef _InterlockedAddLargeStatistic 70 #endif 81 71 82 72 #endif /* !IPRT_INCLUDED_nt_ntddk_h */ -
trunk/include/iprt/nt/wdm.h
r106061 r106222 43 43 #include <iprt/sanitized/intrin.h> 44 44 45 #define _InterlockedExchange _InterlockedExchange_StupidDDKVsCompilerCrap 46 #define _InterlockedExchangeAdd _InterlockedExchangeAdd_StupidDDKVsCompilerCrap 47 #define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap 48 #define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 49 #define _interlockedbittestandset _interlockedbittestandset_StupidDDKVsCompilerCrap 50 #define _interlockedbittestandreset _interlockedbittestandreset_StupidDDKVsCompilerCrap 51 #define _interlockedbittestandset64 _interlockedbittestandset64_StupidDDKVsCompilerCrap 52 #define _interlockedbittestandreset64 _interlockedbittestandreset64_StupidDDKVsCompilerCrap 45 #ifdef _M_IX86 46 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 47 #endif 53 48 54 49 #pragma warning(push) … … 69 64 #pragma warning(pop) 70 65 71 #undef _InterlockedExchange 72 #undef _InterlockedExchangeAdd 73 #undef _InterlockedCompareExchange 74 #undef _InterlockedAddLargeStatistic 75 #undef _interlockedbittestandset 76 #undef _interlockedbittestandreset 77 #undef _interlockedbittestandset64 78 #undef _interlockedbittestandreset64 66 #ifdef _M_IX86 67 # undef _InterlockedAddLargeStatistic 68 #endif 79 69 80 70 #endif /* !IPRT_INCLUDED_nt_wdm_h */
Note:
See TracChangeset
for help on using the changeset viewer.