diff options
author | Andrew Kurushin | 2005-01-28 14:46:12 +0000 |
---|---|---|
committer | Andrew Kurushin | 2005-01-28 14:46:12 +0000 |
commit | dcbe77c579ca9f060ab295d28208b0dcfa5934fa (patch) | |
tree | 60bf3d6295e28a791c0499c7f01964bb2eb7f6ab /common | |
parent | 912c66997797218dfc5fd332b18827288a8b4e08 (diff) | |
download | scummvm-rg350-dcbe77c579ca9f060ab295d28208b0dcfa5934fa.tar.gz scummvm-rg350-dcbe77c579ca9f060ab295d28208b0dcfa5934fa.tar.bz2 scummvm-rg350-dcbe77c579ca9f060ab295d28208b0dcfa5934fa.zip |
fix VC7.1 compilation
svn-id: r16664
Diffstat (limited to 'common')
-rw-r--r-- | common/stdafx.h | 2 |
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) |