]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/txtstrm.h
Only include/build pnghand if the user builds the png library (avoids multiple build...
[wxWidgets.git] / include / wx / txtstrm.h
index 8cbc1c747b88a034b389fbec445fb374cdebbf5f..0090deb4e965bea327d17de261a47486a6c3be4c 100644 (file)
@@ -121,9 +121,9 @@ public:
     wxTextOutputStream& operator<<(const wxChar *string);
     wxTextOutputStream& operator<<(const wxString& string);
     wxTextOutputStream& operator<<(char c);
-#if wxUSE_WCHAR_T && wxWCHAR_T_IS_REAL_TYPE
+#if wxUSE_UNICODE && wxWCHAR_T_IS_REAL_TYPE
     wxTextOutputStream& operator<<(wchar_t wc);
-#endif // wxUSE_WCHAR_T
+#endif // wxUSE_UNICODE
     wxTextOutputStream& operator<<(wxInt16 c);
     wxTextOutputStream& operator<<(wxInt32 c);
     wxTextOutputStream& operator<<(wxUint16 c);