aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
authorMatt Hargett2002-09-07 19:55:16 +0000
committerMatt Hargett2002-09-07 19:55:16 +0000
commit0069fb107267705b186fbed098a62a78624855ae (patch)
tree016bbc79a549b04eb2299f655dc7baa21f2931ee /common/scummsys.h
parent5b4f2cefef465a6d4915527b7f91e782816a1f2b (diff)
downloadscummvm-rg350-0069fb107267705b186fbed098a62a78624855ae.tar.gz
scummvm-rg350-0069fb107267705b186fbed098a62a78624855ae.tar.bz2
scummvm-rg350-0069fb107267705b186fbed098a62a78624855ae.zip
Fix heap corruption. Fix compiler warning.
svn-id: r4901
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 5234c1ceaf..9048a1e3d2 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -34,6 +34,7 @@ const bool true(1), false(0);
//#pragma warning (disable: 4101)
#define scumm_stricmp stricmp
+#define snprintf _snprintf
#if defined(CHECK_HEAP)
#undef CHECK_HEAP