[Scummvm-git-logs] scummvm master -> 0938e8e4993b14e4650c4a6fb132dd447f3748c3
sev-
noreply at scummvm.org
Sun Nov 19 01:30:47 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:
0938e8e499 COMMON: Allow all symbols when ncluding FriBiDi headers.
Commit: 0938e8e4993b14e4650c4a6fb132dd447f3748c3
https://github.com/scummvm/scummvm/commit/0938e8e4993b14e4650c4a6fb132dd447f3748c3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-11-19T02:30:25+01:00
Commit Message:
COMMON: Allow all symbols when ncluding FriBiDi headers.
This fixes compilation on some systems. Bug #13485
Changed paths:
common/unicode-bidi.cpp
diff --git a/common/unicode-bidi.cpp b/common/unicode-bidi.cpp
index dce140de94e..bc422bea7a8 100644
--- a/common/unicode-bidi.cpp
+++ b/common/unicode-bidi.cpp
@@ -19,6 +19,8 @@
*
*/
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
#include "common/ustr.h"
#include "common/unicode-bidi.h"
#include "common/textconsole.h"
More information about the Scummvm-git-logs
mailing list