From: Stefan Csomor Date: Fri, 10 Jul 2009 17:29:21 +0000 (+0000) Subject: correcting to ifdef to if X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e928fe1200c45febccef6375b65c6c9c3250f70d correcting to ifdef to if git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/slider_osx.cpp b/src/osx/slider_osx.cpp index 6a7810e00c..512ff47894 100644 --- a/src/osx/slider_osx.cpp +++ b/src/osx/slider_osx.cpp @@ -22,7 +22,7 @@ BEGIN_EVENT_TABLE(wxSlider, wxControl) END_EVENT_TABLE() // 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_ARROW 21 #else