Added some makefiles, more BC++/win16 fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-17 10:08:07 +00:00
parent 9c824f2977
commit 6158481fe5
13 changed files with 131 additions and 27 deletions

View File

@@ -6,8 +6,17 @@
*/
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
#include <wx/wx.h>
#include <wx/html/helpdata.h>