mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
AUDIO: Fix mikmod.h longjmp usage on Windows arm64
This commit is contained in:
parent
10f7faf417
commit
f7990d0d15
@ -23,10 +23,11 @@
|
||||
// mikmod headers.
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
|
||||
|
||||
// On Windows, unlink and setjmp may also be triggered.
|
||||
// On Windows, unlink and setjmp/longjmp may also be triggered.
|
||||
#if defined(WIN32)
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_unlink
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_setjmp
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_longjmp
|
||||
#endif
|
||||
|
||||
#include "audio/mods/impulsetracker.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user