From 2e5c710e90a4a35ba93b83bf9232995e39d045e6 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 11 Feb 2005 18:31:01 +0000 Subject: [PATCH] Make wxConvFile wxConvLibc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/strconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/strconv.h b/include/wx/strconv.h index cf4dc62ff3..140d35c43d 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -213,7 +213,7 @@ private: #ifdef __WXOSX__ #define wxConvFile wxConvUTF8 #else -#define wxConvFile wxConvLocal +#define wxConvFile wxConvLibc #endif extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal; -- 2.45.2