[Scummvm-git-logs] scummvm master -> 40ac45cf1f05d1c20a36f546df8aeac83b1693e4
lephilousophe
noreply at scummvm.org
Fri May 5 21:31:04 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:
40ac45cf1f AUDIO: Add more symbol exception for Windows needed for mingw
Commit: 40ac45cf1f05d1c20a36f546df8aeac83b1693e4
https://github.com/scummvm/scummvm/commit/40ac45cf1f05d1c20a36f546df8aeac83b1693e4
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-05-05T23:30:52+02:00
Commit Message:
AUDIO: Add more symbol exception for Windows needed for mingw
Changed paths:
audio/mods/impulsetracker.cpp
diff --git a/audio/mods/impulsetracker.cpp b/audio/mods/impulsetracker.cpp
index c3857c00408..a49e43451a2 100644
--- a/audio/mods/impulsetracker.cpp
+++ b/audio/mods/impulsetracker.cpp
@@ -25,6 +25,9 @@
// On Windows, unlink and setjmp/longjmp may also be triggered.
#if defined(WIN32)
+#define FORBIDDEN_SYMBOL_EXCEPTION_chdir
+#define FORBIDDEN_SYMBOL_EXCEPTION_getcwd
+#define FORBIDDEN_SYMBOL_EXCEPTION_mkdir
#define FORBIDDEN_SYMBOL_EXCEPTION_unlink
#define FORBIDDEN_SYMBOL_EXCEPTION_setjmp
#define FORBIDDEN_SYMBOL_EXCEPTION_longjmp
More information about the Scummvm-git-logs
mailing list