diff options
author | Dan Klein <danklei@cisco.com> | 2015-08-24 13:22:48 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-08-24 13:22:48 +0300 |
commit | dab741a80699f86e86c91718872a052cca9bbb25 (patch) | |
tree | 1959c4a2cea440170a5113dcb067796cb20ffb64 /external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h | |
parent | d3f26ece7d4383df0b22fe9c3cb3e695381ec737 (diff) |
Fixed dependencies of Control Plane to use external_lib sources
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.h | 11 |
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__ */ |