mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-27 06:32:27 +00:00
04a50e1927
the tables contain character constants like ('รค') that are supposed to be interpreted as ISO8859-1 or WINDOWS-1252 or sth, but that doesn't seem to work with MinGW (anymore) - seems like it assumes UTF-8 by default, and for some reason -finput-charset=ISO8859-1 doesn't help either, it complains about multichar character constants then.. Anyway, now the table entries are represented as the corresponding integer constants which seems to work as intended. Fixes #238 |
||
---|---|---|
.. | ||
rc | ||
sdk | ||
SDL_win32_main.c | ||
win_input.cpp | ||
win_local.h | ||
win_main.cpp | ||
win_net.cpp | ||
win_shared.cpp | ||
win_syscon.cpp |