]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/oglmisc.cpp
Removed warnings from ipcbase.cpp
[wxWidgets.git] / contrib / src / ogl / oglmisc.cpp
index 4a2e76673456bc70ad5a879f956043355024388e..a9a466c2da6d7315d93c6d82ff9e788cab75416d 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
 #pragma hdrstop
 
 #include <wx/types.h>
 
+#ifdef new
+#undef new
+#endif
+
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else