VirtualBox

Changeset 83737 in vbox for trunk/include/iprt/win


Ignore:
Timestamp:
Apr 17, 2020 8:49:09 AM (5 years ago)
Author:
vboxsync
Message:

iprt/win/shlobj.h: VC++ 14.1 adjustments (7.1 SDK). bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/win/shlobj.h

    r82968 r83737  
    3838# pragma warning(disable:4255) /* windef.h(227) : warning C4255: 'NEARPROC' : no function prototype given: converting '()' to '(void)' */
    3939#endif
     40#if _MSC_VER >= 1910 /*RT_MSC_VER_VC141*/
     41# pragma warning(disable:4768) /* sdk/v7.1/include/shlobj.h(1065): warning C4768: __declspec attributes before linkage specification are ignored */
     42# pragma warning(disable:4091) /* sdk/v7.1/include/shlobj.h(1151): warning C4091: 'typedef ': ignored on left of 'tagGPFIDL_FLAGS' when no variable is declared */
     43#endif
    4044
    4145#include <shlobj.h>
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