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:
parent
7df9fbc3f1
commit
656fc51cda
@ -167,7 +167,7 @@ WXDLLEXPORT void wxDos2UnixFilename(wxChar *s);
|
||||
WXDLLEXPORT void wxUnix2DosFilename(wxChar *s);
|
||||
#define Unix2DosFilename wxUnix2DosFilename
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#if defined(__WXMAC__) && !defined(__UNIX__)
|
||||
WXDLLEXPORT wxString wxMacFSSpec2MacFilename( const FSSpec *spec ) ;
|
||||
WXDLLEXPORT wxString wxMacFSSpec2UnixFilename( const FSSpec *spec ) ;
|
||||
WXDLLEXPORT void wxUnixFilename2FSSpec( const char *path , FSSpec *spec ) ;
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user