include wx/defs.h to get wxUSE_FFILE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-06 10:52:35 +00:00
parent 5f51707579
commit 0e0a4e6447

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: ffile.h // Name: wx/ffile.h
// Purpose: wxFFile - encapsulates "FILE *" stream // Purpose: wxFFile - encapsulates "FILE *" stream
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by: // Modified by:
@@ -16,6 +16,8 @@
#pragma interface "ffile.h" #pragma interface "ffile.h"
#endif #endif
#include "wx/defs.h" // for wxUSE_FFILE
#if wxUSE_FFILE #if wxUSE_FFILE
#ifndef WX_PRECOMP #ifndef WX_PRECOMP