VirtualBox

Changeset 18501 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Mar 29, 2009 2:29:27 AM (16 years ago)
Author:
vboxsync
Message:

VBoxCalls.h: Shut up warning about stupid intrinsics.

File:
1 edited

Legend:

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

    r8155 r18501  
    3333#   define _InterlockedCompareExchange    _InterlockedCompareExchange_StupidDDKvsCompilerCrap
    3434#   define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKvsCompilerCrap
     35#   pragma warning(disable : 4163)
    3536    __BEGIN_DECLS
    3637#   include <ntddk.h>
    3738    __END_DECLS
     39#   pragma warning(default : 4163)
    3840#   undef  _InterlockedExchange
    3941#   undef  _InterlockedExchangeAdd
Note: See TracChangeset for help on using the changeset viewer.

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