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:
parent
910d498a0e
commit
0fd0b57107
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user