bracketed fstream include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,14 @@
|
||||
#else
|
||||
#include <stat.h>
|
||||
#endif
|
||||
#include <fstream.h>
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#if wxUSE_IOSTREAMH
|
||||
#include <fstream.h>
|
||||
#else
|
||||
#include <fstream>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "wx/app.h"
|
||||
#include "wx/dc.h"
|
||||
|
@@ -23,7 +23,14 @@
|
||||
#else
|
||||
#include <stat.h>
|
||||
#endif
|
||||
#include <fstream.h>
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
#if wxUSE_IOSTREAMH
|
||||
#include <fstream.h>
|
||||
#else
|
||||
#include <fstream>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "wx/app.h"
|
||||
#include "wx/dc.h"
|
||||
|
Reference in New Issue
Block a user