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, 0 insertions, 11 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
deleted file mode 100644
index 2cd301fb..00000000
--- a/external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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__ */