X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75717cb1214866a2afd70de513e56d8c7784122a..87f0b1323b7ac77f02133b836c8dfee63b0fd387:/src/common/strvararg.cpp?ds=inline diff --git a/src/common/strvararg.cpp b/src/common/strvararg.cpp index 484fe0f883..656359a6b2 100644 --- a/src/common/strvararg.cpp +++ b/src/common/strvararg.cpp @@ -435,6 +435,8 @@ class wxPrintfFormatConverterWchar : public wxFormatConverterBase }; #endif // !wxUSE_UTF8_LOCALE_ONLY +#endif // __WINDOWS__/!__WINDOWS__ + #if wxUSE_UNICODE_UTF8 class wxPrintfFormatConverterUtf8 : public wxFormatConverterBase { @@ -458,8 +460,6 @@ class wxPrintfFormatConverterUtf8 : public wxFormatConverterBase }; #endif // wxUSE_UNICODE_UTF8 -#endif // __WINDOWS__/!__WINDOWS__ - #if !wxUSE_UNICODE // FIXME-UTF8: remove class wxPrintfFormatConverterANSI : public wxFormatConverterBase {