aboutsummaryrefslogtreecommitdiff
path: root/external/hash/ht_portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/hash/ht_portable.h')
1 files changed, 9 insertions, 0 deletions
diff --git a/external/hash/ht_portable.h b/external/hash/ht_portable.h
new file mode 100644
index 0000000..3affc1d
--- /dev/null
+++ b/external/hash/ht_portable.h
@@ -0,0 +1,9 @@
+#ifndef HT_PORTABLE_H
+#define HT_PORTABLE_H
+
+#if defined(_MSC_VER) && !defined(inline)
+#define inline __inline
+#endif
+#include "pstdint.h"
+
+#endif