Skip to content

Commit

Permalink
Remove Mac OS 9 support from os_types.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Giles <[email protected]>
  • Loading branch information
stopiccot authored and rillian committed Jun 18, 2015
1 parent c5a911f commit 8755aef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/ogg/os_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8755aef

Please sign in to comment.