projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
1. define -D_THREAD_SAFE, not -D_REENTRANT for MT programs under FreeBSD
[wxWidgets.git]
/
utils
/
hhp2cached
/
hhp2cached.cpp
diff --git
a/utils/hhp2cached/hhp2cached.cpp
b/utils/hhp2cached/hhp2cached.cpp
index 4c6f30c52c19f72c453d965e88151e35310022e0..471fa04eeacc94404162abc30f99273adcdb0d76 100644
(file)
--- a/
utils/hhp2cached/hhp2cached.cpp
+++ b/
utils/hhp2cached/hhp2cached.cpp
@@
-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>