#ifndef _WX_PROP_H_
#define _WX_PROP_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "prop.h"
#endif
+#if wxUSE_PROPSHEET
+
#include "wx/defs.h"
#include "wx/string.h"
#include "wx/hash.h"
inline bool IsEnabled(void) const { return m_enabled; }
};
+#endif
+ // wxUSE_PROPSHEET
+
#endif
// _WX_PROP_H_