index
:
mingw-w64-ksocket.git
Windows Kernel <-> User mode socket communication made for "Mingw64 Driver Plus Plus".
log msg
author
committer
range
add/crypto
main
about
summary
refs
log
tree
commit
diff
path:
root
/
external
/
hash
/
ht_portable.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'external/hash/ht_portable.h')
-rw-r--r--
external/hash/ht_portable.h
9
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