]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/ffilestream.cpp
Compilation fix for platforms where size_t is larger than long
[wxWidgets.git] / tests / streams / ffilestream.cpp
index 134830530e97893ca3b8f4e9a376bf24c033a072..17a4e95ece8085a3a8d601f3f1e575c3d8fee393 100644 (file)
@@ -7,13 +7,9 @@
 // Licence:     wxWidgets licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma implementation
-    #pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
+// and "wx/cppunit.h"
+#include "testprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
@@ -24,7 +20,6 @@
     #include "wx/wx.h"
 #endif
 
-#include "wx/cppunit.h"
 #include "wx/wfstream.h"
 
 #include "bstream.h"