From dab741a80699f86e86c91718872a052cca9bbb25 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Mon, 24 Aug 2015 13:22:48 +0300 Subject: Fixed dependencies of Control Plane to use external_lib sources --- .../python/pyzmq-14.7.0/buildutils/include_win32/stdint.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h (limited to 'external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h') 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__ */ -- cgit 1.2.3-korg