no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG)
1998-11-23 11:00:38 +00:00
parent 184b5d99a5
commit 593d4b0dff

View File

@@ -10,14 +10,14 @@
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "fstream.h"
#pragma implementation "wfstream.h"
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include <stdio.h>
#include <wx/stream.h>
#include <wx/fstream.h>
#include <wx/wfstream.h>
#ifdef __BORLANDC__
#pragma hdrstop