]> git.saurik.com Git - wxWidgets.git/commitdiff
adding core services and increase Universal Header min req
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 24 Apr 2005 07:53:56 +0000 (07:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 24 Apr 2005 07:53:56 +0000 (07:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private.h

index 232f87af640ecbc09f3de934b8b24fff08872c16..63109375ca1c67b3ce5f84303c20173e3d4d2468 100644 (file)
 #    include <LowMem.h>
 #    include <Gestalt.h>
 #    include <FixMath.h>
+#    include <CoreServices.h>
 #endif
 
-#if UNIVERSAL_INTERFACES_VERSION < 0x0340
+#if UNIVERSAL_INTERFACES_VERSION < 0x0342
     #error "please update to Apple's lastest universal headers from http://developer.apple.com/sdk/"
 #endif