From eb0a0106bfe9aa9095fb4bd1e944af31a199f445 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Sep 2008 08:12:53 -0700 Subject: Fixing compilation for Visual Studio 2008 Express Edition --- mpqlib-stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpqlib-stdint.h') diff --git a/mpqlib-stdint.h b/mpqlib-stdint.h index 82aaf28..2d7b5ad 100644 --- a/mpqlib-stdint.h +++ b/mpqlib-stdint.h @@ -1,7 +1,7 @@ #ifndef __STD_INT_H_ #define __STD_INT_H_ -#ifdef _MSVC +#ifdef _MSC_VER typedef unsigned char uint8_t; typedef unsigned short int uint16_t; typedef signed long int int32_t; -- cgit v1.2.3