]> git.saurik.com Git - wxWidgets.git/commitdiff
probable typo
authorPaul Cornett <paulcor@bullseye.com>
Sun, 15 Oct 2006 18:03:36 +0000 (18:03 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 15 Oct 2006 18:03:36 +0000 (18:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private.h

index f45168ed628fae69d99a86f6442a156adb0b86ee..dc3f1017806a6e81b7e84ee6583268855c254e4f 100644 (file)
@@ -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