Fix typo that broke compilation and adjust the defines to avoid an empty #if.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-11-14 19:51:27 +00:00
parent f050bdbd5b
commit e7736e5df8

View File

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