diff options
author | Colin Snover | 2018-01-30 19:27:48 -0600 |
---|---|---|
committer | Eugene Sandulenko | 2018-02-09 14:26:42 +0100 |
commit | f3f508882430221f26d346d532434bf14da9e503 (patch) | |
tree | b80b61c5d6773cb94139a086df02bef165463ac6 /engines/tucker | |
parent | e048a40fbc8813987943f698b2c703a651011a76 (diff) | |
download | scummvm-rg350-f3f508882430221f26d346d532434bf14da9e503.tar.gz scummvm-rg350-f3f508882430221f26d346d532434bf14da9e503.tar.bz2 scummvm-rg350-f3f508882430221f26d346d532434bf14da9e503.zip |
SDL: Do not try to replace FILE with an incompatible type
It’s questionable that the SDL backend code is trying so hard to
maintain forbidden symbols at all since backend code is exactly
where such things are allowed, and it is a game of whack-a-mole
to keep system API changes from breaking this fragile system of
symbol redefinitions. Probably this should all just get replaced
with a FORBIDDEN_SYMBOL_ALLOW_ALL, but for the time being this at
least gets builds working again on up-to-date msys2/mingw-w64
compilers.
Fixes Trac#10405.
Diffstat (limited to 'engines/tucker')
0 files changed, 0 insertions, 0 deletions