#ifndef _WX_XTIH__
#define _WX_XTIH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xti.h"
#endif
// some compilers have troubles getting the correct wxPropertyAccessorT constructor
// set this to 1 to make things work for these, too
+#ifndef WX_XTI_TEMPLATE_FIX
#define WX_XTI_TEMPLATE_FIX 0
+#endif
#if WX_XTI_TEMPLATE_FIX
#define WX_XTI_PARAM_FIX(a,b) a,b