summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <Pixel@.(none)>2008-09-08 08:12:53 -0700
committerunknown <Pixel@.(none)>2008-09-08 08:12:53 -0700
commiteb0a0106bfe9aa9095fb4bd1e944af31a199f445 (patch)
tree62cef1b5ce88aab6aa433ca73e1277c73b8040ae
parent3cc372481f9ffb2224d1d02a07918423aca5583b (diff)
Fixing compilation for Visual Studio 2008 Express Edition
-rw-r--r--mpqlib-stdint.h2
-rw-r--r--mpqlib.vcproj6
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>