Bug 631513 - ots fails to compile on mingw r=jfkthame a=joe

This commit is contained in:
Jacek Caban 2011-02-20 11:08:41 +00:00
Родитель 1e5b24d91b
Коммит 67f81a0fbf
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -14,12 +14,16 @@ typedef int int32_t;
typedef unsigned int uint32_t;
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
#include <Winsock2.h> // for htons/ntohs
#else
#include <stdint.h>
#endif
#ifdef _WIN32
#include <winsock2.h> // for htons/ntohs
#undef min
#undef max
#else
#include <arpa/inet.h>
#include <stdint.h>
#endif
#include <algorithm> // for std::min