__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ca80fdee5e
commit
684e0b31ef
@ -1,4 +1,4 @@
|
|||||||
#if __WXMAC_CLASSIC__
|
#ifdef __WXMAC_CLASSIC__
|
||||||
#include "wx/mac/classic/private/print.h"
|
#include "wx/mac/classic/private/print.h"
|
||||||
#else
|
#else
|
||||||
#include "wx/mac/carbon/private/print.h"
|
#include "wx/mac/carbon/private/print.h"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
|
IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(wxListBox, wxControl)
|
BEGIN_EVENT_TABLE(wxListBox, wxControl)
|
||||||
#if !__WXMAC_OSX__
|
#ifndef __WXMAC_OSX__
|
||||||
EVT_SIZE( wxListBox::OnSize )
|
EVT_SIZE( wxListBox::OnSize )
|
||||||
EVT_CHAR( wxListBox::OnChar )
|
EVT_CHAR( wxListBox::OnChar )
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user