VirtualBox

Changeset 18502 in vbox for trunk/src


Ignore:
Timestamp:
Mar 29, 2009 2:30:18 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45350
Message:

SysHlp.h: Shut up warnings about stupid intrinsics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h

    r8155 r18502  
    3131#  define _InterlockedCompareExchange    _InterlockedCompareExchange_StupidDDKVsCompilerCrap
    3232#  define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
     33#  pragma warning(disable : 4163)
    3334__BEGIN_DECLS
    3435#  include <ntddk.h>
    3536__END_DECLS
     37#  pragma warning(default : 4163)
    3638#  undef  _InterlockedExchange
    3739#  undef  _InterlockedExchangeAdd
     
    4345__END_DECLS
    4446# 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...
    4648 * The same for ExAllocatePool.
    4749 */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette