X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/823e82e260a80c0e7e15636e1f8da1f9da08c654..17d98558b35b75e3cad68d96841b4fa5a0c7e6ee:/src/common/convauto.cpp?ds=sidebyside diff --git a/src/common/convauto.cpp b/src/common/convauto.cpp index dde8af743e..8d8c24c0a3 100644 --- a/src/common/convauto.cpp +++ b/src/common/convauto.cpp @@ -23,8 +23,6 @@ #pragma hdrstop #endif -#if wxUSE_WCHAR_T - #ifndef WX_PRECOMP #include "wx/wx.h" #endif //WX_PRECOMP @@ -318,5 +316,3 @@ wxConvAuto::FromWChar(char *dst, size_t dstLen, return m_conv->FromWChar(dst, dstLen, src, srcLen); } - -#endif // wxUSE_WCHAR_T