summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/buildutils/include_win32/stdint.h
blob: 2cd301fbb1c65329e521ff82613335898adbe0ae (plain)
1
2
3
4
5
6
7
8
9
10
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__ */