Changeset 9978 in vbox
- Timestamp:
- Jun 26, 2008 11:31:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r9621 r9978 62 62 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap 63 63 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 64 # define _interlockedbittestandset _interlockedbittestandset_StupidDDKVsCompilerCrap 65 # define _interlockedbittestandreset _interlockedbittestandreset_StupidDDKVsCompilerCrap 66 # define _interlockedbittestandset64 _interlockedbittestandset64_StupidDDKVsCompilerCrap 67 # define _interlockedbittestandreset64 _interlockedbittestandreset64_StupidDDKVsCompilerCrap 64 68 # include <ntddk.h> 65 69 # undef _InterlockedExchange … … 67 71 # undef _InterlockedCompareExchange 68 72 # undef _InterlockedAddLargeStatistic 73 # undef _interlockedbittestandset 74 # undef _interlockedbittestandreset 75 # undef _interlockedbittestandset64 76 # undef _interlockedbittestandreset64 69 77 # else 70 78 # include <ntddk.h>
Note:
See TracChangeset
for help on using the changeset viewer.