summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h')
-rw-r--r--external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h b/external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h
new file mode 100644
index 00000000..2cd301fb
--- /dev/null
+++ b/external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h
@@ -0,0 +1,11 @@
+#ifndef _stdint_h__
+#define _stdint_h__
+
+#include "../../bundled/zeromq/src/stdint.hpp"
+
+#define UINT8_MAX 0xff
+#define UINT16_MAX 0xffff
+#define UINT32_MAX 0xffffffff
+#define UINT64_MAX 0xffffffffffffffffull
+
+#endif /* _stdint_h__ */