From: Paul Cornett Date: Sun, 15 Oct 2006 18:03:36 +0000 (+0000) Subject: probable typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fc964c0d23a70f81378efec8b49912624560fac3 probable typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/private.h b/include/wx/mac/carbon/private.h index f45168ed62..dc3f101780 100644 --- a/include/wx/mac/carbon/private.h +++ b/include/wx/mac/carbon/private.h @@ -64,7 +64,7 @@ inline int FixedToInt( Fixed inFixed ) } #endif -#if MAC_OS_X_VERSION_MAX_REQUIRED < MAC_OS_X_VERSION_10_5 +#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 typedef UInt32 URefCon; typedef SInt32 SRefCon; #endif