]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/ogldiag.cpp
Regenerated FL docs; applied patch [ #511363 ] Dialogs no longer need wx.rc
[wxWidgets.git] / contrib / src / ogl / ogldiag.cpp
index 6698e5b143727083f75a9a5443291775afbd6fb6..f6731b8400e0e24391587ea429b2cf771527f5bc 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>
 #include <fstream.h>
@@ -33,7 +37,7 @@
 #include <iostream>
 #include <fstream>
 #ifdef _MSC_VER
-using namespace std;
+//using namespace std;
 #endif
 #endif