]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/basic2.cpp
disable wxSocket for wxX11, doesn't link anyhow
[wxWidgets.git] / contrib / src / ogl / basic2.cpp
index 7a65d7097caea36d7eaa31482cd4c737e316a95e..f329aa565496626cb4711a5aecf654cc27940ff2 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/wxexpr.h>
 
+#ifdef new
+#undef new
+#endif
+
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else