From 1be1f56be109d44748d08e460e877dac1eaf9c4b Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 3 May 2014 16:44:14 +0000 Subject: [PATCH] vswscanf is needed regardless of wxUSE_UNICODE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxcrtvararg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/wxcrtvararg.h b/include/wx/wxcrtvararg.h index 08d6981e26..666e806ef3 100644 --- a/include/wx/wxcrtvararg.h +++ b/include/wx/wxcrtvararg.h @@ -205,7 +205,7 @@ #if wxUSE_UNICODE && !defined(wxHAVE_TCHAR_SUPPORT) && !defined(HAVE_WPRINTF) #define wxNEED_WPRINTF #endif -#if wxUSE_UNICODE && !defined(wxHAVE_TCHAR_SUPPORT) && !defined(HAVE_VSWSCANF) +#if !defined(wxHAVE_TCHAR_SUPPORT) && !defined(HAVE_VSWSCANF) #define wxNEED_VSWSCANF #endif