mirror of
https://github.com/nodejs/http-parser.git
synced 2025-10-19 12:13:00 +08:00
Fix build issues using mingw32 on windows
This commit is contained in:
@@ -26,7 +26,7 @@ extern "C" {
|
|||||||
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||||
typedef __int8 int8_t;
|
typedef __int8 int8_t;
|
||||||
typedef unsigned __int8 uint8_t;
|
typedef unsigned __int8 uint8_t;
|
||||||
typedef __int16 int16_t;
|
typedef __int16 int16_t;
|
||||||
|
Reference in New Issue
Block a user