···22 * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
33 *
44 * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
55- *
55+ *
66 * This file contains Original Code and/or Modifications of Original Code
77 * as defined in and that are subject to the Apple Public Source License
88 * Version 2.0 (the 'License'). You may not use this file except in
···1111 * unlawful or unlicensed copies of an Apple operating system, or to
1212 * circumvent, violate, or enable the circumvention or violation of, any
1313 * terms of an Apple operating system software license agreement.
1414- *
1414+ *
1515 * Please obtain a copy of the License at
1616 * http://www.opensource.apple.com/apsl/ and read it before using this file.
1717- *
1717+ *
1818 * The Original Code and all software distributed under the License are
1919 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
2020 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
···2222 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
2323 * Please see the License for the specific language governing rights and
2424 * limitations under the License.
2525- *
2525+ *
2626 * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
2727 */
2828#ifndef _BSD_I386__TYPES_H_
···106106107107typedef __darwin_wchar_t __darwin_rune_t; /* rune_t */
108108109109-#if defined(__GNUC__) && defined(__WINT_TYPE__)
109109+#if defined(__GNUC__) && defined(__WINT_TYPE__) && !defined(DARLING)
110110typedef __WINT_TYPE__ __darwin_wint_t; /* wint_t */
111111#else
112112typedef __darwin_ct_rune_t __darwin_wint_t; /* wint_t */
+5-5
platform-include/i386/_types.h
···22 * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
33 *
44 * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
55- *
55+ *
66 * This file contains Original Code and/or Modifications of Original Code
77 * as defined in and that are subject to the Apple Public Source License
88 * Version 2.0 (the 'License'). You may not use this file except in
···1111 * unlawful or unlicensed copies of an Apple operating system, or to
1212 * circumvent, violate, or enable the circumvention or violation of, any
1313 * terms of an Apple operating system software license agreement.
1414- *
1414+ *
1515 * Please obtain a copy of the License at
1616 * http://www.opensource.apple.com/apsl/ and read it before using this file.
1717- *
1717+ *
1818 * The Original Code and all software distributed under the License are
1919 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
2020 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
···2222 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
2323 * Please see the License for the specific language governing rights and
2424 * limitations under the License.
2525- *
2525+ *
2626 * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
2727 */
2828#ifndef _BSD_I386__TYPES_H_
···108108109109typedef __darwin_wchar_t __darwin_rune_t; /* rune_t */
110110111111-#if defined(__WINT_TYPE__)
111111+#if defined(__WINT_TYPE__) && !defined(DARLING)
112112typedef __WINT_TYPE__ __darwin_wint_t; /* wint_t */
113113#else
114114typedef __darwin_ct_rune_t __darwin_wint_t; /* wint_t */