summaryrefslogtreecommitdiff
path: root/mpqlib-stdint.h
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 /mpqlib-stdint.h
parent3cc372481f9ffb2224d1d02a07918423aca5583b (diff)
Fixing compilation for Visual Studio 2008 Express Edition
Diffstat (limited to 'mpqlib-stdint.h')
-rw-r--r--mpqlib-stdint.h2
1 files changed, 1 insertions, 1 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;