diff options
-rw-r--r-- | mpqlib-stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |