From ca26076164ec99702101db0e3112227e5fa8f446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Sun, 24 Jul 2005 16:15:06 +0000 Subject: [PATCH] Use proper macro for using IOKit includes. --- dlls/ntdll/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index e0703f9dda8..9f365e04376 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -57,7 +57,7 @@ # endif #endif -#ifdef __APPLE__ +#ifdef HAVE_IOKIT_IOKITLIB_H # include # include /* for kCFBooleanTrue, kCFBooleanFalse */ # include