From: Monty Date: Wed, 22 Nov 2000 07:56:38 +0000 (+0000) Subject: This should still be here for now. X-Git-Tag: v1.3.3~1075 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ed6074a9feba778142b0aab5ee47bc16d3a6ff1;p=platform%2Fupstream%2Flibvorbis.git This should still be here for now. Monty svn path=/trunk/vorbis/; revision=1099 --- diff --git a/mac/compat/sys/types.h b/mac/compat/sys/types.h new file mode 100644 index 0000000..b0d4f92 --- /dev/null +++ b/mac/compat/sys/types.h @@ -0,0 +1 @@ +#ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include #include #include typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */ \ No newline at end of file