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 +- mpqlib.vcproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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; diff --git a/mpqlib.vcproj b/mpqlib.vcproj index ad7a08b..d229347 100644 --- a/mpqlib.vcproj +++ b/mpqlib.vcproj @@ -1,7 +1,7 @@ -- cgit v1.2.3