__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-10-17 10:36:33 +00:00
parent c9433ea976
commit ca80fdee5e
81 changed files with 82 additions and 86 deletions

View File

@@ -130,7 +130,7 @@ public:
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
// Windows callbacks
#if !__WXMAC_OSX__
#ifndef __WXMAC_OSX__
void OnChar(wxKeyEvent& event);
#endif
@@ -151,7 +151,7 @@ protected:
int MacGetSelections(wxArrayInt& aSelections) const ;
bool MacIsSelected( int n ) const ;
void MacScrollTo( int n ) ;
#if !__WXMAC_OSX__
#ifndef __WXMAC_OSX__
void OnSize( wxSizeEvent &size ) ;
#endif
void MacDoClick() ;