Removed streams from VC++ makefile for now; corrected typo in log.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-07-13 09:15:56 +00:00
parent ddfc206782
commit db138a4c2a
4 changed files with 18 additions and 10 deletions

View File

@@ -13,6 +13,17 @@
#pragma implementation "stream.h"
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/setup.h"
#endif
#include "wx/object.h"
#include "wx/stream.h"