Fix build issues using mingw32 on windows

This commit is contained in:
Aman Gupta
2010-10-27 00:27:26 -07:00
committed by Ryan Dahl
parent b75cea580a
commit cae8a96c16

View File

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