From 9ed6074a9feba778142b0aab5ee47bc16d3a6ff1 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 22 Nov 2000 07:56:38 +0000 Subject: [PATCH] This should still be here for now. Monty svn path=/trunk/vorbis/; revision=1099 --- mac/compat/sys/types.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 mac/compat/sys/types.h 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 -- 2.7.4