X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f21699216c76d1fd3dcd4675407d38d36052212..944b1f5e17a812c33fac433a5fabba088c4c4e79:/tests/mbconv/main.cpp diff --git a/tests/mbconv/main.cpp b/tests/mbconv/main.cpp index d17d97756a..5eb0ecf30f 100644 --- a/tests/mbconv/main.cpp +++ b/tests/mbconv/main.cpp @@ -11,7 +11,16 @@ // headers // ---------------------------------------------------------------------------- -#include "wx/wx.h" +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + +#ifndef WX_PRECOMP + #include "wx/wx.h" +#endif // WX_PRECOMP + #include "wx/strconv.h" #include "wx/string.h" @@ -33,7 +42,7 @@ private: void WC2CP1250(); - DECLARE_NO_COPY_CLASS(MBConvTestCase); + DECLARE_NO_COPY_CLASS(MBConvTestCase) }; // register in the unnamed registry so that these tests are run by default