Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build issues using mingw32 on windows
  • Loading branch information
tmm1 authored and ry committed Nov 11, 2010
1 parent b75cea5 commit cae8a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_parser.h
Expand Up @@ -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;
Expand Down

0 comments on commit cae8a96

Please sign in to comment.