This should still be here for now.
authorMonty <xiphmont@xiph.org>
Wed, 22 Nov 2000 07:56:38 +0000 (07:56 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 22 Nov 2000 07:56:38 +0000 (07:56 +0000)
Monty

svn path=/trunk/vorbis/; revision=1099

mac/compat/sys/types.h [new file with mode: 0644]

diff --git a/mac/compat/sys/types.h b/mac/compat/sys/types.h
new file mode 100644 (file)
index 0000000..b0d4f92
--- /dev/null
@@ -0,0 +1 @@
+#ifndef __SYS_TYPES_H__\r#define __SYS_TYPES_H__ 1\r\r#include <MacTypes.h>\r#include <alloca.h>\r#include <string.h>\r\rtypedef short                int16_t;\rtypedef long           int32_t;\rtypedef long long      int64_t;\r\r#define vorbis_size32_t long\r\r\r#if defined(__cplusplus)\rextern "C" {\r#endif\r\r#pragma options align=power\r\rchar *strdup(const char *inStr);\r\r#pragma options align=reset\r\r#if defined(__cplusplus)\r}\r#endif\r\r#endif /* __SYS_TYPES_H__ */\r
\ No newline at end of file