aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPaul Gilbert2015-09-28 19:23:58 -0400
committerPaul Gilbert2015-09-28 19:23:58 -0400
commit89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9 (patch)
tree3028b04d66d25a0c5c2fd2264c8ff8db5a80efe0 /common
parent51e5baa4d19e4c963780e1e09105fbd041783485 (diff)
downloadscummvm-rg350-89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9.tar.gz
scummvm-rg350-89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9.tar.bz2
scummvm-rg350-89dfd36b60f5ea2cc96aa0a0381b148e75e4a0c9.zip
CREATE_PROJECT: Add support for Visual Studio 2015
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 0c4687e03e..b8cf7678a4 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -46,7 +46,7 @@
#if defined(WIN32)
- #ifdef _MSC_VER
+ #if defined(_MSC_VER) && _MSC_VER <= 1800
// FIXME: The placement of the workaround functions for MSVC below
// require us to include stdio.h and stdarg.h for MSVC here. This