diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-11-10 22:12:47 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-11-10 22:12:47 -0800 |
commit | d23643051e0f351a0c61b0de8c7769ee89cb8160 (patch) | |
tree | 0be1d5b33b74d0c13f1c80975ca27c00a4fdd0d7 /deps/http_parser/http_parser.h | |
parent | 8285f1286444718a3f1a9ff44290d0dfeccb0266 (diff) | |
download | node-new-d23643051e0f351a0c61b0de8c7769ee89cb8160.tar.gz |
Upgrade http-parser again
Diffstat (limited to 'deps/http_parser/http_parser.h')
-rw-r--r-- | deps/http_parser/http_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/http_parser/http_parser.h b/deps/http_parser/http_parser.h index d46f4426bc..ca7f562094 100644 --- a/deps/http_parser/http_parser.h +++ b/deps/http_parser/http_parser.h @@ -26,7 +26,7 @@ extern "C" { #include <sys/types.h> -#ifdef _WIN32 +#if defined(_WIN32) && !defined(__MINGW32__) typedef __int8 int8_t; typedef unsigned __int8 uint8_t; typedef __int16 int16_t; |