[Scummvm-git-logs] scummvm master -> a467ba4939500c1069270023cdfd8e1f4edeef24
digitall
noreply at scummvm.org
Fri Jul 28 23:46:38 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a467ba4939 AGS: Reduce Scope of Forbidden Symbol Exceptions
Commit: a467ba4939500c1069270023cdfd8e1f4edeef24
https://github.com/scummvm/scummvm/commit/a467ba4939500c1069270023cdfd8e1f4edeef24
Author: D G Turner (digitall at scummvm.org)
Date: 2023-07-29T00:46:15+01:00
Commit Message:
AGS: Reduce Scope of Forbidden Symbol Exceptions
Changed paths:
engines/ags/lib/alfont/alfont.cpp
diff --git a/engines/ags/lib/alfont/alfont.cpp b/engines/ags/lib/alfont/alfont.cpp
index 0c6bf82157b..389a05b7306 100644
--- a/engines/ags/lib/alfont/alfont.cpp
+++ b/engines/ags/lib/alfont/alfont.cpp
@@ -19,7 +19,10 @@
*
*/
-#define FORBIDDEN_SYMBOL_ALLOW_ALL
+#define FORBIDDEN_SYMBOL_EXCEPTION_setjmp
+#define FORBIDDEN_SYMBOL_EXCEPTION_longjmp
+#define FORBIDDEN_SYMBOL_EXCEPTION_strcpy
+#define FORBIDDEN_SYMBOL_EXCEPTION_strcat
#include "common/scummsys.h"
#ifdef USE_FREETYPE2
More information about the Scummvm-git-logs
mailing list