Skip to content
Snippets Groups Projects
Commit ae37a921 authored by ivo's avatar ivo
Browse files

correct way of detecting OS X

git-svn-id: https://svn.xiph.org/trunk/Tremor@14419 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 64350e06
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,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 <sys/types.h>
typedef int16_t ogg_int16_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment