diff options
author | D G Turner | 2019-12-17 04:21:04 +0000 |
---|---|---|
committer | D G Turner | 2019-12-17 04:21:04 +0000 |
commit | 68758a879e0c8ecc0d40962516d4e808aa4e15e5 (patch) | |
tree | 4aea7dd9110d0e255dc698632f5f93ea5ed627a0 /TODO | |
parent | 897e2f363c94a10077b64d70ba19de2cd43ce1fa (diff) | |
download | scummvm-rg350-68758a879e0c8ecc0d40962516d4e808aa4e15e5.tar.gz scummvm-rg350-68758a879e0c8ecc0d40962516d4e808aa4e15e5.tar.bz2 scummvm-rg350-68758a879e0c8ecc0d40962516d4e808aa4e15e5.zip |
AUDIO: Really Fix Compilation Against Fluidsynth v2.1+
The previous fix did not work as the forbidden exception had no effect
since scummsys.h and thus forbidden.h had already been included prior
to the fluidsynth header being included. This also meant that undefining
the exception define after the header would have had no effect anyway.
This new solution was suggest by eriktorbjorn on bug #11278 and should
avoid the need to add an exception which would persist over the entire
source file.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions