]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/filesys/filesys.cpp
ActiveX events should be sent to the window, not it's parent.
[wxWidgets.git] / tests / filesys / filesys.cpp
index 64b12d8b0fd26ac9e25edbf284c5b306bdc448b5..05c9458b702806806164db9fb525ad032380ef1d 100644 (file)
 // 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: