[Scummvm-git-logs] scummvm master -> 0ccb53472a5dabe4a1f4a87c47a93b31b286b168
sev-
sev at scummvm.org
Tue Dec 20 07:44:37 CET 2016
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
849e29dc87 COMMON: Add stddef.h to scummsys.h for ptrdiff_t
0ccb53472a Merge pull request #871 from csnover/stddef
Commit: 849e29dc8749b3d825bb522335cd40a8cf5ad191
https://github.com/scummvm/scummvm/commit/849e29dc8749b3d825bb522335cd40a8cf5ad191
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-12-19T15:00:09-06:00
Commit Message:
COMMON: Add stddef.h to scummsys.h for ptrdiff_t
Changed paths:
common/scummsys.h
diff --git a/common/scummsys.h b/common/scummsys.h
index 959c67a..1845f21 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -132,6 +132,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
+ #include <stddef.h>
#include <assert.h>
#include <ctype.h>
// MSVC does not define M_PI, M_SQRT2 and other math defines by default.
Commit: 0ccb53472a5dabe4a1f4a87c47a93b31b286b168
https://github.com/scummvm/scummvm/commit/0ccb53472a5dabe4a1f4a87c47a93b31b286b168
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-20T07:44:34+01:00
Commit Message:
Merge pull request #871 from csnover/stddef
COMMON: Add stddef.h to scummsys.h for ptrdiff_t
Changed paths:
common/scummsys.h
More information about the Scummvm-git-logs
mailing list