]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
Fixes errno.h problems and enable joystick code
[wxWidgets.git] / include / wx / statusbr.h
index 510309de159f3cb6cc4f0f73edfff24d0296c883..0f1c587e6cfa30441ee0d4d22f017bd401bb39bf 100644 (file)
@@ -54,6 +54,11 @@ protected:
     #include "wx/msw/statbr95.h"
 
     typedef wxStatusBar95 wxStatusBarReal;
+#elif defined(__WXMAC__)
+    #include "wx/generic/statusbr.h"
+    #include "wx/mac/statusbr.h"
+
+    typedef wxStatusBarMac wxStatusBarReal;
 #else
     #include "wx/generic/statusbr.h"