- Timestamp:
- Mar 29, 2009 2:30:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45350
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h
r8155 r18502 31 31 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap 32 32 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 33 # pragma warning(disable : 4163) 33 34 __BEGIN_DECLS 34 35 # include <ntddk.h> 35 36 __END_DECLS 37 # pragma warning(default : 4163) 36 38 # undef _InterlockedExchange 37 39 # undef _InterlockedExchangeAdd … … 43 45 __END_DECLS 44 46 # endif 45 /* XP DDK #defines ExFreePool to ExFreePoolWithTag. The latter does not exist on NT4, so... 47 /* XP DDK #defines ExFreePool to ExFreePoolWithTag. The latter does not exist on NT4, so... 46 48 * The same for ExAllocatePool. 47 49 */
Note:
See TracChangeset
for help on using the changeset viewer.