summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstopiccot <alexey.petruchik@gmail.com>2015-06-16 20:52:06 +0300
committerRalph Giles <giles@thaumas.net>2015-06-18 14:01:20 -0700
commit8755aef005adc2a7205f0770b7b2681f358727a2 (patch)
tree66054ad54dcf443e4e53f280dbaccf047317ad40
parentc5a911f050acb7117f9ac9d560a8bee221f0f9b6 (diff)
downloadogg-git-8755aef005adc2a7205f0770b7b2681f358727a2.tar.gz
Remove Mac OS 9 support from os_types.h.
Signed-off-by: Ralph Giles <giles@thaumas.net>
-rw-r--r--include/ogg/os_types.h9
1 files changed, 0 insertions, 9 deletions
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 <sys/types.h>
- 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 <inttypes.h>