diff options
-rw-r--r-- | mpqlib-stdint.h | 2 | ||||
-rw-r--r-- | 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 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="mpqlib" ProjectGUID="{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}" RootNamespace="mpqlib" @@ -239,11 +239,11 @@ > </File> <File - RelativePath=".\recycle.h" + RelativePath=".\mpqlib-stdint.h" > </File> <File - RelativePath=".\mpqlib-stdint.h" + RelativePath=".\recycle.h" > </File> </Filter> |