X-Git-Url: https://git.saurik.com/apple/cf.git/blobdiff_plain/f64f9b69ce576dd194aab7eaf02a6468d2f11c53..c2869fe43b07b442f1a75eeb9ccfbdc52cc0f62e:/CFICUConverters.h diff --git a/CFICUConverters.h b/CFICUConverters.h index b2c7232..097e51b 100644 --- a/CFICUConverters.h +++ b/CFICUConverters.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Apple Inc. All rights reserved. + * Copyright (c) 2011 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -26,7 +26,7 @@ * CoreFoundation * * Created by Aki Inoue on 07/12/04. - * Copyright (c) 2007-2009, Apple Inc. All rights reserved. + * Copyright (c) 2007-2011, Apple Inc. All rights reserved. * */ @@ -45,7 +45,4 @@ __private_extern__ CFIndex __CFStringEncodingICUByteLength(const char *icuName, // The caller is responsible for freeing the memory (use CFAllocatorDeallocate) __private_extern__ CFStringEncoding *__CFStringEncodingCreateICUEncodings(CFAllocatorRef allocator, CFIndex *numberOfIndex); -#if DEPLOYMENT_TARGET_WINDOWS -__private_extern__ void __CFStringEncodingICUThreadDataCleaner(void *context); -#endif