aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ogg/config_types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ogg/config_types.h b/include/ogg/config_types.h
new file mode 100644
index 0000000..3891a1c
--- /dev/null
+++ b/include/ogg/config_types.h
@@ -0,0 +1,10 @@
+#ifndef __CONFIG_TYPES_H__
+#define __CONFIG_TYPES_H__
+
+typedef short ogg_int16_t;
+typedef unsigned short ogg_uint16_t;
+typedef int ogg_int32_t;
+typedef unsigned int ogg_uint32_t;
+typedef long long ogg_int64_t;
+
+#endif