diff options
author | pixel <pixel> | 2008-07-23 16:12:45 +0000 |
---|---|---|
committer | pixel <pixel> | 2008-07-23 16:12:45 +0000 |
commit | 6da6e26e2f0a7dfd607846ab1b7a85fddc6a729f (patch) | |
tree | 54213da130b3e41202ea06f2153cd1cd5a3d0512 | |
parent | 74cf2f1f8c8748ccc7cd33c37be3be18f6e08f0c (diff) |
Fixing mingw32 compilation.
-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; |