From: Julian Smart Date: Wed, 30 Mar 2005 08:07:51 +0000 (+0000) Subject: Sorry, should be a __UNIX__ test X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d51305e81eb593bedd92cda864671e15209c268f Sorry, should be a __UNIX__ test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 602ce081cc..ce0f040121 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -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