correcting to ifdef to if

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-07-10 17:29:21 +00:00
parent 52147d1c4b
commit e928fe1200

View File

@@ -22,7 +22,7 @@ BEGIN_EVENT_TABLE(wxSlider, wxControl)
END_EVENT_TABLE() END_EVENT_TABLE()
// The dimensions of the different styles of sliders (from Aqua document) // The dimensions of the different styles of sliders (from Aqua document)
#ifdef wxOSX_USE_COCOA #if wxOSX_USE_COCOA
#define wxSLIDER_DIMENSIONACROSS_WITHTICKMARKS 28 #define wxSLIDER_DIMENSIONACROSS_WITHTICKMARKS 28
#define wxSLIDER_DIMENSIONACROSS_ARROW 21 #define wxSLIDER_DIMENSIONACROSS_ARROW 21
#else #else