Changeset 18501 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Mar 29, 2009 2:29:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h
r8155 r18501 33 33 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKvsCompilerCrap 34 34 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKvsCompilerCrap 35 # pragma warning(disable : 4163) 35 36 __BEGIN_DECLS 36 37 # include <ntddk.h> 37 38 __END_DECLS 39 # pragma warning(default : 4163) 38 40 # undef _InterlockedExchange 39 41 # undef _InterlockedExchangeAdd
Note:
See TracChangeset
for help on using the changeset viewer.