]> git.saurik.com Git - wxWidgets.git/commitdiff
Sorry, should be a __UNIX__ test
authorJulian Smart <julian@anthemion.co.uk>
Wed, 30 Mar 2005 08:07:51 +0000 (08:07 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 30 Mar 2005 08:07:51 +0000 (08:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/strconv.h

index 602ce081cccdec5625bb47aa4317d27b063ed011..ce0f04012126f38dcaa0776bbcb1411b2aa576ae 100644 (file)
@@ -211,7 +211,7 @@ private:
     bool m_deferred;
 };
 
-#ifdef __WXGTK20__
+#ifdef __UNIX__
 
 // ----------------------------------------------------------------------------
 // wxConvBrokenFileNames is made for GTK2 in Unicode mode when
@@ -234,7 +234,7 @@ private:
     wxMBConv *m_conv;
 };
 #endif
-// __WXGTK20__
+// __UNIX__
 
 // ----------------------------------------------------------------------------
 // declare predefined conversion objects