]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/accel.h
renaming
[wxWidgets.git] / include / wx / osx / accel.h
diff --git a/include/wx/osx/accel.h b/include/wx/osx/accel.h
new file mode 100644 (file)
index 0000000..dcccf61
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef __WXMAC_CLASSIC__
+#include "wx/mac/classic/accel.h"
+#else
+#include "wx/mac/carbon/accel.h"
+#endif