]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/convauto.cpp
Remove wxUSE_WCHAR_T checks.
[wxWidgets.git] / src / common / convauto.cpp
index dde8af743e435a2c48a4f89bafd775b5017e5184..8d8c24c0a3e21ee2199f5b1a0b92d2d7c25869fb 100644 (file)
@@ -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