test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
#define wxCRT_VfprintfW vfwprintf
|
||||
#define wxCRT_VprintfW vwprintf
|
||||
|
||||
#if defined(__WINDOWS__) && !HAVE_VSWPRINTF
|
||||
#if defined(__WINDOWS__) && !defined(HAVE_VSWPRINTF)
|
||||
// only non-standard vswprintf() without buffer size argument can be used here
|
||||
#define wxCRT_VsprintfW vswprintf
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user