]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing typo for builds < 10.6
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 15 Nov 2009 12:05:50 +0000 (12:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 15 Nov 2009 12:05:50 +0000 (12:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/app.cpp

index dd7c99fcbff0c8a22bf07d744c546ab0dda8f6be..af71ecc6a35c261cf8f9809f5ebd140d8f5a6b54 100644 (file)
@@ -1323,7 +1323,11 @@ int wxMacKeyCodeToModifier(wxKeyCode key)
 }
 #endif
 
-#if !wxOSX_USE_IPHONE && !(wxOSX_USE_COCOA && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6)
+#if wxOSX_USE_COCOA && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6
+
+// defined in utils.mm
+
+#elif wxOSX_USE_COCOA_OR_CARBON
 
 wxMouseState wxGetMouseState()
 {