Changeset 83834 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Apr 19, 2020 2:15:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp
r83830 r83834 19 19 20 20 #ifndef DOXYGEN_RUNNING 21 #if RT_MSC_PREREQ(RT_MSC_VER_VS2005) && RT_MSC_PREREQ(RT_MSC_VER_VS2017) /* bird: MS fixed swprintf to be standard-conforming... */21 #if RT_MSC_PREREQ(RT_MSC_VER_VS2005) && !RT_MSC_PREREQ(RT_MSC_VER_VS2017) /* bird: MS fixed swprintf to be standard-conforming... */ 22 22 # define _INC_SWPRINTF_INL_ 23 23 extern "C" int __cdecl swprintf(wchar_t *, const wchar_t *, ...);
Note:
See TracChangeset
for help on using the changeset viewer.