projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compilation fix
[wxWidgets.git]
/
contrib
/
src
/
ogl
/
oglmisc.cpp
diff --git
a/contrib/src/ogl/oglmisc.cpp
b/contrib/src/ogl/oglmisc.cpp
index 4a2e76673456bc70ad5a879f956043355024388e..a9a466c2da6d7315d93c6d82ff9e788cab75416d 100644
(file)
--- a/
contrib/src/ogl/oglmisc.cpp
+++ b/
contrib/src/ogl/oglmisc.cpp
@@
-14,7
+14,7
@@
#endif
// For compilers that support precompilation, includes "wx.h".
#endif
// For compilers that support precompilation, includes "wx.h".
-#include
<wx/wxprec.h>
+#include
"wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#ifdef __BORLANDC__
#pragma hdrstop
@@
-28,6
+28,10
@@
#include <wx/types.h>
#include <wx/types.h>
+#ifdef new
+#undef new
+#endif
+
#if wxUSE_IOSTREAMH
#include <iostream.h>
#else
#if wxUSE_IOSTREAMH
#include <iostream.h>
#else