X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/086d7f3177a2eb3cc5ad183a516e4b618cd9463b..bca6a3a5553884d5e210706b144dc3855798934d:/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;