]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/ogledit/ogledit.h
added except sample
[wxWidgets.git] / contrib / samples / ogl / ogledit / ogledit.h
index 62dfb9bced0c8d0800748df81345e423725ea30a..54847c4701edaa2fe0a84c6a5e31feccc76d3e1e 100644 (file)
@@ -6,10 +6,10 @@
 // Created:     12/07/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Created:     12/07/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 // #pragma interface
 #endif
 
 // #pragma interface
 #endif
 
@@ -17,6 +17,7 @@
 #define _OGLSAMPLE_OGLEDIT_H_
 
 #include <wx/docview.h>
 #define _OGLSAMPLE_OGLEDIT_H_
 
 #include <wx/docview.h>
+#include <wx/deprecated/setup.h>
 
 // Define a new application
 class MyFrame;
 
 // Define a new application
 class MyFrame;