dhewm3/neo/sys/win32
Daniel Gibson 04a50e1927 Recreate s_scantokey_* tables in win_input.cpp to fix MinGW build
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
2019-06-17 03:50:07 +02:00
..
rc Building with editor support (on Win w/ VS2017) works \o/ 2019-01-13 22:52:28 +01:00
sdk Fix all whitespace errors 2011-12-10 15:35:54 +01:00
SDL_win32_main.c Windows: Don't put stdout.txt and stderr.txt into binary dir 2019-01-07 15:06:59 +01:00
win_input.cpp Recreate s_scantokey_* tables in win_input.cpp to fix MinGW build 2019-06-17 03:50:07 +02:00
win_local.h Building with editor support (on Win w/ VS2017) works \o/ 2019-01-13 22:52:28 +01:00
win_main.cpp Building with editor support (on Win w/ VS2017) works \o/ 2019-01-13 22:52:28 +01:00
win_net.cpp Get rid of socks proxy code in win_net.cpp 2012-07-06 01:07:02 +02:00
win_shared.cpp Get rid of memory status functions 2012-01-08 12:24:58 +01:00
win_syscon.cpp Fix freezing of dedicated server window on Windows 2012-11-12 20:18:00 +01:00