X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4827cbd9236a35e81322c4d054a4d88fa1228055..85ac8ca017a0409e9762ed305ccc1d32a7c28fa7:/tests/filesys/filesys.cpp diff --git a/tests/filesys/filesys.cpp b/tests/filesys/filesys.cpp index 64b12d8b0f..05c9458b70 100644 --- a/tests/filesys/filesys.cpp +++ b/tests/filesys/filesys.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/filesys.h" #include "wx/cppunit.h" @@ -57,7 +66,7 @@ private: void UrlParsing(); - DECLARE_NO_COPY_CLASS(FileSystemTestCase); + DECLARE_NO_COPY_CLASS(FileSystemTestCase) }; // register in the unnamed registry so that these tests are run by default @@ -70,8 +79,8 @@ void FileSystemTestCase::UrlParsing() { static const struct Data { - const wchar_t *url; - const wchar_t *protocol, *left, *right, *anchor; + const wxChar *url; + const wxChar *protocol, *left, *right, *anchor; } data[] = { // simple case: