1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r23098: Fix the case of the #include statements so this module can be built on a

case-sensitive filesystem.
This commit is contained in:
James Peach 2007-05-23 20:48:53 +00:00 committed by Gerald (Jerry) Carter
parent 910d498a0e
commit 0fd0b57107

View File

@ -41,8 +41,8 @@
* See if autoconf has found us the internal headers in some form.
*/
#if HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H
# include <Corefoundation/CFStringEncodingConverter.h>
# include <Corefoundation/CFUnicodePrecomposition.h>
# include <CoreFoundation/CFStringEncodingConverter.h>
# include <CoreFoundation/CFUnicodePrecomposition.h>
# define USE_INTERNAL_API 1
#elif HAVE_CFSTRINGENCODINGCONVERTER_H
# include <CFStringEncodingConverter.h>