git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41189
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// behave mostly identic to our wxVsnprintf() implementation
#if defined(__VISUALC__) && __VISUALC__ >= 1400
#if wxUSE_UNICODE
// behave mostly identic to our wxVsnprintf() implementation
#if defined(__VISUALC__) && __VISUALC__ >= 1400
#if wxUSE_UNICODE
- #define wxVsnprintf_ _vsprintf_p
- #else
#define wxVsnprintf_ _vswprintf_p
#define wxVsnprintf_ _vswprintf_p
+ #else
+ #define wxVsnprintf_ _vsprintf_p