]> git.saurik.com Git - wxWidgets.git/commitdiff
Make wxConvFile wxConvLibc.
authorRobert Roebling <robert@roebling.de>
Fri, 11 Feb 2005 18:31:01 +0000 (18:31 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 11 Feb 2005 18:31:01 +0000 (18:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/strconv.h

index cf4dc62ff372cc3e078d3307fe5d0a7835c91565..140d35c43dc1241e55d945e1423d8efde6911ce9 100644 (file)
@@ -213,7 +213,7 @@ private:
 #ifdef __WXOSX__
 #define wxConvFile wxConvUTF8
 #else
-#define wxConvFile wxConvLocal
+#define wxConvFile wxConvLibc
 #endif
 
 extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal;