From 8755aef005adc2a7205f0770b7b2681f358727a2 Mon Sep 17 00:00:00 2001 From: stopiccot Date: Tue, 16 Jun 2015 20:52:06 +0300 Subject: Remove Mac OS 9 support from os_types.h. Signed-off-by: Ralph Giles --- include/ogg/os_types.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index af44058..b8f5630 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -67,15 +67,6 @@ # endif # endif -#elif defined(__MACOS__) - -# include - typedef SInt16 ogg_int16_t; - typedef UInt16 ogg_uint16_t; - typedef SInt32 ogg_int32_t; - typedef UInt32 ogg_uint32_t; - typedef SInt64 ogg_int64_t; - #elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */ # include -- cgit v1.2.1