wxUSE_HTML was missiing at some places

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 1999-10-18 19:46:54 +00:00
parent 9abe166a30
commit 314260fbd0
9 changed files with 16 additions and 7 deletions

View File

@ -13,6 +13,7 @@
#include "wx/wxprec.h"
#include "wx/defs.h"
#if wxUSE_HTML
#ifdef __BORDLANDC__

View File

@ -14,6 +14,7 @@
#include "wx/wxprec.h"
#include "wx/defs.h"
#if wxUSE_HTML
#ifdef __BORDLANDC__

View File

@ -16,6 +16,8 @@
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#include "wx/defs.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif

View File

@ -10,15 +10,17 @@
#pragma implementation
#endif
#include <wx/wxprec.h>
#include "wx/wxprec.h"
#include "wx/defs.h"
#if wxUSE_HTML
#ifdef __BORDLANDC__
#pragma hdrstop
#endif
#ifndef WXPRECOMP
#include <wx/wx.h>
#include "wx/wx.h"
#endif

View File

@ -11,8 +11,9 @@
#pragma implementation
#endif
#include <wx/wxprec.h>
#include "wx/wxprec.h"
#include "wx/defs.h"
#if wxUSE_HTML
#ifdef __BORDLANDC__
@ -20,7 +21,7 @@
#endif
#ifndef WXPRECOMP
#include <wx/wx.h>
#include "wx/wx.h"
#endif

View File

@ -10,7 +10,7 @@
#pragma implementation
#endif
#include <wx/wxprec.h>
#include "wx/wxprec.h"
#include "wx/defs.h"

View File

@ -13,6 +13,7 @@
#include <wx/wxprec.h>
#include "wx/defs.h"
#if wxUSE_HTML
#ifdef __BORDLANDC__
#pragma hdrstop

View File

@ -13,6 +13,7 @@
#include <wx/wxprec.h>
#include "wx/defs.h"
#if wxUSE_HTML
#ifdef __BORDLANDC__
#pragma hdrstop

View File

@ -13,9 +13,9 @@
#pragma implementation
#endif
#include <wx/wxprec.h>
#include "wx/wxprec.h"
#include <wx/defs.h>
#include "wx/defs.h"
#if wxUSE_HTML
#ifdef __BORDLANDC__