]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/largefile.cpp
removed a couple of useless #if wxUSE_UNICODE tests
[wxWidgets.git] / tests / streams / largefile.cpp
index 42ebb03ee9f10ed546622381e3cfb01d8b3e9182..1366ae6091bbbea9683ab4d36bf1184c9e374850 100644 (file)
@@ -36,7 +36,8 @@
 #include "wx/wfstream.h"
 
 #ifdef __WXMSW__
-#include "winioctl.h"
+#include "wx/msw/wrapwin.h"
+#include <winioctl.h>
 #endif
 
 using std::auto_ptr;
@@ -255,7 +256,7 @@ wxOutputStream *LargeFileTest_wxFFile::MakeOutStream(const wxString& name) const
 
 bool LargeFileTest_wxFFile::HasLFS() const
 {
-#if HAVE_FSEEKO
+#ifdef HAVE_FSEEKO
     return (wxFileOffset)0xffffffff > 0;
 #else
     return false;