[Scummvm-cvs-logs] scummvm-tools master -> 8c43b2013ef4e871d7fb4115de0931b6781562d0
Strangerke
Strangerke at scummvm.org
Tue Jan 5 12:15:35 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:
8c43b2013e TOOLS: Remove another occurrence of the obsolete redefine
Commit: 8c43b2013ef4e871d7fb4115de0931b6781562d0
https://github.com/scummvm/scummvm-tools/commit/8c43b2013ef4e871d7fb4115de0931b6781562d0
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-01-05T12:09:44+01:00
Commit Message:
TOOLS: Remove another occurrence of the obsolete redefine
Changed paths:
engines/gob/degob_script.cpp
diff --git a/engines/gob/degob_script.cpp b/engines/gob/degob_script.cpp
index 197cf1c..afd0a8d 100644
--- a/engines/gob/degob_script.cpp
+++ b/engines/gob/degob_script.cpp
@@ -30,10 +30,6 @@
#include "common/endian.h"
#include "common/util.h"
-#ifdef _MSC_VER
- #define vsnprintf _vsnprintf
-#endif
-
ExtTable::ExtTable(byte *data, uint32 size, byte *dataCom, uint32 sizeCom) :
_data(data), _size(size), _dataCom(dataCom), _sizeCom(sizeCom) {
More information about the Scummvm-git-logs
mailing list