]> git.saurik.com Git - wxWidgets.git/commitdiff
correcting #ifdef to #if, fixes #11062
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 4 Aug 2009 05:11:56 +0000 (05:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 4 Aug 2009 05:11:56 +0000 (05:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/taskbar.mm

index f842ba2ccbb8336f783f2dc359b6a518251e1ae2..00486c89229cedac197f232b52bd9179cbec4f7d 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
-#ifdef wxUSE_TASKBARICON
+#if wxUSE_TASKBARICON
 
 #ifndef WX_PRECOMP
     #include "wx/menu.h"