From 6da6e26e2f0a7dfd607846ab1b7a85fddc6a729f Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 23 Jul 2008 16:12:45 +0000 Subject: Fixing mingw32 compilation. --- mpqlib-stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpqlib-stdint.h b/mpqlib-stdint.h index 1dc4e2d..82aaf28 100644 --- a/mpqlib-stdint.h +++ b/mpqlib-stdint.h @@ -1,7 +1,7 @@ #ifndef __STD_INT_H_ #define __STD_INT_H_ -#ifdef WIN32 +#ifdef _MSVC typedef unsigned char uint8_t; typedef unsigned short int uint16_t; typedef signed long int int32_t; -- cgit v1.2.3