Warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2006-02-15 21:16:10 +00:00
parent f1e57cb96f
commit 0c09451870

View 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;