diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-17 19:25:07 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-17 19:25:07 +0000 |
commit | afdd4811bdbe4398643f20210e3b0850d1228110 (patch) | |
tree | 5cf46947dc601ca27b264a424a77d3ef4e299df3 /tool/patches/OSServices.diff | |
parent | a0f5f155734556a2b802516aacdee164691e952a (diff) |
Merging in all the latest header patches.
git-svn-id: http://svn.telesphoreo.org/trunk@321 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches/OSServices.diff')
-rw-r--r-- | tool/patches/OSServices.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tool/patches/OSServices.diff b/tool/patches/OSServices.diff new file mode 100644 index 000000000..f0b8a986a --- /dev/null +++ b/tool/patches/OSServices.diff @@ -0,0 +1,20 @@ +diff --git /usr/include/OSServices/OSServices.h /usr/include/OSServices/OSServices.h +index f14355d..c3295cf 100644 +--- /usr/include/OSServices/OSServices.h ++++ /usr/include/OSServices/OSServices.h +@@ -53,6 +53,7 @@ + #include <OSServices/WSTypes.h> + #endif + ++#if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) + #ifndef __WSMETHODINVOCATION__ + #include <OSServices/WSMethodInvocation.h> + #endif +@@ -60,6 +61,7 @@ + #ifndef __WSPROTOCOLHANDLER__ + #include <OSServices/WSProtocolHandler.h> + #endif ++#endif + + + #if !__LP64__ |