X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ca973967a5199ef46f425b8bc552fb19d433aba..53f60d4ab61af3d8f72eb2202b4cda96774531d8:/include/wx/convauto.h diff --git a/include/wx/convauto.h b/include/wx/convauto.h index 4de2bee9e7..bc514cea3b 100644 --- a/include/wx/convauto.h +++ b/include/wx/convauto.h @@ -14,8 +14,6 @@ #include "wx/strconv.h" #include "wx/fontenc.h" -#if wxUSE_WCHAR_T - // ---------------------------------------------------------------------------- // wxConvAuto: uses BOM to automatically detect input encoding // ---------------------------------------------------------------------------- @@ -144,7 +142,5 @@ private: wxDECLARE_NO_ASSIGN_CLASS(wxConvAuto); }; -#endif // wxUSE_WCHAR_T - #endif // _WX_CONVAUTO_H_