X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57c42b6227e191d59ae544393e127f8c3793b8e7..9d52aad39a4e3b52c5baa50b9cc55caaf91bb026:/include/wx/wxcrtvararg.h diff --git a/include/wx/wxcrtvararg.h b/include/wx/wxcrtvararg.h index 9dbfe7ebe5..2f346da78e 100644 --- a/include/wx/wxcrtvararg.h +++ b/include/wx/wxcrtvararg.h @@ -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