Changeset 84409 in vbox
- Timestamp:
- May 20, 2020 2:30:00 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/config.h
r83816 r84409 715 715 /* #undef HAVE_SNPRINTF */ 716 716 #include <iprt/cdefs.h> /* VBox: Manual edit */ 717 #if RT_MSC_PREREQ(RT_MSC_VER_VC14 1) /* VBox: Manual edit */717 #if RT_MSC_PREREQ(RT_MSC_VER_VC140) /* VBox: Manual edit */ 718 718 # define HAVE_SNPRINTF 1 /* VBox: Manual edit */ 719 719 #endif /* VBox: Manual edit */ … … 1033 1033 /* Define to 1 if you have the `vsnprintf' function. */ 1034 1034 /* #undef HAVE_VSNPRINTF */ 1035 #if RT_MSC_PREREQ(RT_MSC_VER_VC14 1) /* VBox: Manual edit */1035 #if RT_MSC_PREREQ(RT_MSC_VER_VC140) /* VBox: Manual edit */ 1036 1036 # define HAVE_VSNPRINTF 1 /* VBox: Manual edit */ 1037 1037 #endif /* VBox: Manual edit */
Note:
See TracChangeset
for help on using the changeset viewer.