]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propform.h
We surely don't need two debugging sections,
[wxWidgets.git] / include / wx / propform.h
index 3b3b1ad85953b775790dc94366685bc525250f07..723fc50333783c64387e77651337feddf83a9e3f 100644 (file)
 #ifndef _WX_PROPFORM_H_
 #define _WX_PROPFORM_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "propform.h"
 #endif
 
+#if wxUSE_PROPSHEET
+
 #include "wx/prop.h"
 
 ////
@@ -324,5 +326,8 @@ private:
     DECLARE_CLASS(wxPropertyFormFrame)
 };
 
+#endif
+  // wxUSE_PROPSHEET
+
 #endif
   // _WX_PROPFORM_H_