VirtualBox

Ignore:
Timestamp:
Apr 19, 2020 12:38:49 AM (5 years ago)
Author:
vboxsync
Message:

VBoxSVGA3D: VC++ 14.1 / UCRT adjustments. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/config.h

    r53201 r83816  
    714714/* Define to 1 if you have the `snprintf' function. */
    715715/* #undef HAVE_SNPRINTF */
     716#include <iprt/cdefs.h>             /* VBox: Manual edit */
     717#if RT_MSC_PREREQ(RT_MSC_VER_VC141) /* VBox: Manual edit */
     718# define HAVE_SNPRINTF 1            /* VBox: Manual edit */
     719#endif                              /* VBox: Manual edit */
    716720
    717721/* Define to 1 if you have the `socketpair' function. */
     
    10291033/* Define to 1 if you have the `vsnprintf' function. */
    10301034/* #undef HAVE_VSNPRINTF */
     1035#if RT_MSC_PREREQ(RT_MSC_VER_VC141) /* VBox: Manual edit */
     1036# define HAVE_VSNPRINTF 1           /* VBox: Manual edit */
     1037#endif                              /* VBox: Manual edit */
    10311038
    10321039/* Define to 1 if you have the `wait4' function. */
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