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/wxprec.h"
#include "wx/defs.h"
#if wxUSE_HTML #if wxUSE_HTML
#ifdef __BORDLANDC__ #ifdef __BORDLANDC__

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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