VirtualBox

Changeset 66823 in vbox for trunk/include/iprt/nt/miniport.h


Ignore:
Timestamp:
May 8, 2017 4:51:09 PM (8 years ago)
Author:
vboxsync
Message:

include/iprt: Adjustments for Visual C++ v12 / Visual Studio 2013. Most to do with using SDK 7.1 and sal_supp.h there clashing slightly with a related compiler include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/miniport.h

    r63036 r66823  
    3333# pragma warning(push)
    3434# pragma warning(disable:4668) /* basetsd.h(114) : warning C4668: '__midl' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */
     35# if _MSC_VER >= 1800 /*RT_MSC_VER_VC120*/
     36#  pragma warning(disable:4005) /* sdk/v7.1/include/sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition */
     37# endif
    3538#endif
    3639
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