]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/oglmisc.cpp
corrected getting FSRef associated with the POSIX path in wxString
[wxWidgets.git] / contrib / src / ogl / oglmisc.cpp
index 4a2e76673456bc70ad5a879f956043355024388e..30deb1d87bc2eb9df7742840fc682f87177aacfb 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>
 
-#if wxUSE_IOSTREAMH
-#include <iostream.h>
-#else
-#include <iostream>
+#ifdef new
+#undef new
 #endif
+
 #include <ctype.h>
 #include <math.h>
 #include <stdlib.h>