X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbf0c83d3c46922f1444423bbc0d8b6614169e13..3175c712e9901d45fb8748df1062a3af6ebd314b:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 3606bb9e55..9582bca6d9 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -107,7 +107,7 @@ extern const wxChar WXDLLEXPORT *wxEmptyString = &g_strEmpty.dummy; // function wxVsnprintfA (A for ANSI), should also find one for Unicode // strings in Unicode build #ifdef __WXMSW__ - #ifdef __VISUALC__ + #if defined(__VISUALC__) || defined(wxUSE_NORLANDER_HEADERS) #define wxVsnprintfA _vsnprintf #endif #else // !Windows