#define wx_static_cast(t, x) ((t)(x))
#endif
-#ifdef HAVE_DYNAMIC_CAST
- #define wx_dynamic_cast(t, x) dynamic_cast<t>(x)
-#else
- #define wx_dynamic_cast(t, x) ((t)(x))
-#endif
-
#ifdef HAVE_CONST_CAST
#define wx_const_cast(t, x) const_cast<t>(x)
#else
#define wxFRAME_EX_CONTEXTHELP 0x00000004
#define wxDIALOG_EX_CONTEXTHELP 0x00000004
+/* Draw the window in a metal theme on Mac */
+#define wxFRAME_EX_METAL 0x00000040
+#define wxDIALOG_EX_METAL 0x00000040
+
/* Create a window which is attachable to another top level window */
#define wxFRAME_DRAWER 0x0020