X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/086d7f3177a2eb3cc5ad183a516e4b618cd9463b..940f5ae85da605ce4f5c0e95b881903947a2e702:/tests/streams/largefile.cpp diff --git a/tests/streams/largefile.cpp b/tests/streams/largefile.cpp index 42ebb03ee9..8a11a3bf82 100644 --- a/tests/streams/largefile.cpp +++ b/tests/streams/largefile.cpp @@ -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;