From 50ec62a391a9005880fba1836bb09d0940b8f12a Mon Sep 17 00:00:00 2001 From: ivo Date: Fri, 16 Nov 2007 14:08:06 +0000 Subject: improving linking against libogg in OS X according to latest patch in ticket #289 svn path=/trunk/ogg/; revision=14168 --- include/ogg/os_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index a6aedeb..cb0c280 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -65,7 +65,7 @@ typedef UInt32 ogg_uint32_t; typedef SInt64 ogg_int64_t; -#elif defined(__MACOSX__) /* MacOS X Framework build */ +#elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */ # include typedef int16_t ogg_int16_t; -- cgit v1.2.1