projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrected CodeWarrior project target names and generated application names
[wxWidgets.git]
/
utils
/
tex2rtf
/
src
/
texutils.cpp
diff --git
a/utils/tex2rtf/src/texutils.cpp
b/utils/tex2rtf/src/texutils.cpp
index ac68e432118beabe56d51b91fc9e28dab96ef48d..ad52f44ef070d201c2af88d949aa15e221cd31a5 100644
(file)
--- a/
utils/tex2rtf/src/texutils.cpp
+++ b/
utils/tex2rtf/src/texutils.cpp
@@
-26,6
+26,10
@@
#include <wx/hash.h>
+#ifdef new
+#undef new
+#endif
+
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <fstream.h>