]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/largefile.cpp
extending graphics context encapsulation
[wxWidgets.git] / tests / streams / largefile.cpp
index 42ebb03ee9f10ed546622381e3cfb01d8b3e9182..8a11a3bf82792eeec5dce447832f4f7cf9ad8984 100644 (file)
@@ -255,7 +255,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;