- Timestamp:
- Mar 29, 2009 3:10:33 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h
r18170 r18512 35 35 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap 36 36 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 37 # pragma warning(disable : 4163) 37 38 __BEGIN_DECLS 38 39 # include <ntddk.h> 39 40 __END_DECLS 41 # pragma warning(default : 4163) 40 42 # undef _InterlockedExchange 41 43 # undef _InterlockedExchangeAdd
Note:
See TracChangeset
for help on using the changeset viewer.