X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e57b0d49515043e7b4083eb596ac5044ccb950e..e7fc59f4a1baeb7efa2268317cf49953829a3119:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 60b824b643..783035d960 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -138,7 +138,7 @@ extern const wxChar WXDLLEXPORT *g_szNul = &g_strEmpty.dummy; // global functions // ---------------------------------------------------------------------------- -#ifdef wxSTD_STRING_COMPATIBILITY +#if defined(wxSTD_STRING_COMPATIBILITY) && wxUSE_STD_IOSTREAM // MS Visual C++ version 5.0 provides the new STL headers as well as the old // iostream ones.