Loading...
Searching...
No Matches
Go to the documentation of this file.
19#ifndef HEADER_TYPES_HPP
20#define HEADER_TYPES_HPP
22 #if defined(_MSC_VER) && _MSC_VER < 1700
23 typedef unsigned char uint8_t;
24 typedef unsigned short uint16_t;
25 typedef __int32 int32_t;
26 typedef unsigned __int32 uint32_t;
27 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
29 #elif defined(_MSC_VER) && _MSC_VER >= 1700
37 #define SOCKET_ERROR -1