#ifndef _OGL_BASIC_H_
#define _OGL_BASIC_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "basic.h"
-#endif
-
#ifndef wxUSE_DEPRECATED
-#define wxUSE_DEPRECATED 1
+#define wxUSE_DEPRECATED 0
#endif
#if wxUSE_DEPRECATED
-#include <wx/deprecated/setup.h>
+ #include "wx/deprecated/setup.h"
+#endif
+
+#ifndef wxUSE_PROLOGIO
+ #define wxUSE_PROLOGIO 0
#endif
#define OGL_VERSION 2.0