]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_HTML was missiing at some places
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 18 Oct 1999 19:46:54 +0000 (19:46 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 18 Oct 1999 19:46:54 +0000 (19:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlcell.cpp
src/html/htmlfilt.cpp
src/html/htmprint.cpp
src/html/m_layout.cpp
src/html/m_links.cpp
src/html/m_list.cpp
src/html/m_pre.cpp
src/html/m_tables.cpp
src/html/search.cpp

index 6979805f45fd302dc65e6dc5dad703716a108a75..84b06fddf6277e9e81f80ebb21cd622785139e92 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "wx/wxprec.h"
 
+#include "wx/defs.h"
 #if wxUSE_HTML
 
 #ifdef __BORDLANDC__
index bb55c450cc02be3886d86817fd51d224b9e5a78a..3dfac30ec748ae6870e978d499ceb4ab23878564 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "wx/wxprec.h"
 
+#include "wx/defs.h"
 #if wxUSE_HTML
 
 #ifdef __BORDLANDC__
index 30b3dc23b35fe172c51ed59467f23d09432d7385..3131e908b092894da744618f3977a034d7341a28 100644 (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
index 3a1ad13dbbaa3a634a2e9c6c870ee868931483ea..4fd163e68bf7f456eec4731484263ced77d659c4 100644 (file)
 #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
 
 
index c4a7107d89989edb2b0eb8b2df449f78757f8dba..462cd36acf01a752c0c10b3f6543ee3b1d053aa6 100644 (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
 
 
index d23cd4044705bf1d5029e0edb4bfada936aee83c..05d7f3069a1ce03b619cef7605524c9863c25b18 100644 (file)
@@ -10,7 +10,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 
 #include "wx/defs.h"
index 8f0e7bb2eaed608d22081a0603f837f001f746f2..98d6d8581ff62393b2c5f0ba71aeb163f334474a 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <wx/wxprec.h>
 
+#include "wx/defs.h"
 #if wxUSE_HTML
 #ifdef __BORDLANDC__
 #pragma hdrstop
index 67c6df4161e4de4c440618b49d6bd0c4e644ba93..4f4d36de65c58c3125452f665148d3e6afc5a884 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <wx/wxprec.h>
 
+#include "wx/defs.h"
 #if wxUSE_HTML
 #ifdef __BORDLANDC__
 #pragma hdrstop
index 1c6e8c77fa03e4dad42038f453c3fd4900c1dc63..78df71a708f21b3ccc2cdf7a8922d513d2a75840 100644 (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__