corrections for Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-04-19 19:06:42 +00:00
parent 7df9fbc3f1
commit 656fc51cda
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ protected:
#include "wx/msw/statbr95.h"
typedef wxStatusBar95 wxStatusBarReal;
#elif defined(__WXMAC__) /* && !defined(__UNIX__) */
#elif defined(__WXMAC__)
#include "wx/generic/statusbr.h"
#include "wx/mac/statusbr.h"