/*
- * Copyright (c) 2010 Apple Inc. All rights reserved.
+ * Copyright (c) 2011 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* 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.
*
*/
// 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