aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kurushin2005-01-28 14:46:12 +0000
committerAndrew Kurushin2005-01-28 14:46:12 +0000
commitdcbe77c579ca9f060ab295d28208b0dcfa5934fa (patch)
tree60bf3d6295e28a791c0499c7f01964bb2eb7f6ab
parent912c66997797218dfc5fd332b18827288a8b4e08 (diff)
downloadscummvm-rg350-dcbe77c579ca9f060ab295d28208b0dcfa5934fa.tar.gz
scummvm-rg350-dcbe77c579ca9f060ab295d28208b0dcfa5934fa.tar.bz2
scummvm-rg350-dcbe77c579ca9f060ab295d28208b0dcfa5934fa.zip
fix VC7.1 compilation
svn-id: r16664
-rw-r--r--common/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index edfd1e5dc2..3a9e0b88cb 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -52,6 +52,8 @@
// FIXME: 4702 & 4706 - may be enabled
#pragma warning( disable : 4702 ) // turn off "unreachable code" warning
#pragma warning( disable : 4706 ) // turn off "assignment within conditional expression" warning
+
+#define vsnprintf _vsnprintf
#endif
#if !defined(_WIN32_WCE)