Fix build issues using mingw32 on windows

event_stream
Aman Gupta 14 years ago committed by Ryan Dahl
parent b75cea580a
commit cae8a96c16

@ -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;

Loading…
Cancel
Save