[Scummvm-cvs-logs] scummvm-tools master -> f051b51b94867a1e6e98b2f21960ccfad337cefb

Strangerke Strangerke at scummvm.org
Tue Jan 5 01:06:01 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
f051b51b94 TOOLS: Remove a level of define I missed in scummsys.h


Commit: f051b51b94867a1e6e98b2f21960ccfad337cefb
    https://github.com/scummvm/scummvm-tools/commit/f051b51b94867a1e6e98b2f21960ccfad337cefb
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-01-05T00:59:36+01:00

Commit Message:
TOOLS: Remove a level of define I missed in scummsys.h

Changed paths:
    common/scummsys.h



diff --git a/common/scummsys.h b/common/scummsys.h
index aaa1013..558f6dd 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -41,7 +41,6 @@
 #else // defined(NONSTANDARD_PORT)
 
 	#if defined(WIN32)
-		#ifdef _MSC_VER
 		// vsnprintf is already defined in Visual Studio 2008
 		#if defined(_MSC_VER) && _MSC_VER <= 1800
 		// FIXME: The placement of the workaround functions for MSVC below
@@ -81,7 +80,6 @@
 			return len;
 		}
 		#endif
-		#endif
 
 		#if !defined(_WIN32_WCE)
 






More information about the Scummvm-git-logs mailing list