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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user