VirtualBox

Changeset 83724 in vbox


Ignore:
Timestamp:
Apr 16, 2020 10:17:53 PM (5 years ago)
Author:
vboxsync
Message:

iprt/nocrt/compiler/msc.h: Adjustments for Visual Studio 2017 and later. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/compiler/msc.h

    r82968 r83724  
    3535# define errno msvcrt_errno
    3636#endif
    37 #include <../include/stddef.h>
     37#if _MSC_VER >= 1910
     38# include <../ucrt/stddef.h>
     39#else
     40# include <../include/stddef.h>
     41#endif
    3842#undef errno
    3943
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