projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cf33637
)
Some tweaks to includes for compilers without precompiled headers
author
Harco de Hilster
<harcoh@caos.kun.nl>
Fri, 29 Jan 1999 20:22:37 +0000
(20:22 +0000)
committer
Harco de Hilster
<harcoh@caos.kun.nl>
Fri, 29 Jan 1999 20:22:37 +0000
(20:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1516
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
utils/tex2rtf/src/maths.cpp
patch
|
blob
|
blame
|
history
diff --git
a/utils/tex2rtf/src/maths.cpp
b/utils/tex2rtf/src/maths.cpp
index e951fea6a0b232f6b62f9646ed14df4f1757a299..70fc726cf712b08da41dd3a1bbe31028b490c0e4 100644
(file)
--- a/
utils/tex2rtf/src/maths.cpp
+++ b/
utils/tex2rtf/src/maths.cpp
@@
-6,14
+6,16
@@
*/
// For compilers that support precompilation, includes "wx.h".
*/
// For compilers that support precompilation, includes "wx.h".
+#ifdef WX_PRECOMP
#include "wx_prec.h"
#include "wx_prec.h"
+#endif
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
-#include <wx.h>
+#include <wx
/wx
.h>
#endif
#include <ctype.h>
#endif
#include <ctype.h>