зеркало из https://github.com/mozilla/pjs.git
Bug 631513 - ots fails to compile on mingw r=jfkthame a=joe
This commit is contained in:
Родитель
1e5b24d91b
Коммит
67f81a0fbf
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче