- fixed the setup.

Renamed all elements still referring to zdoom.
removed the frontend specific resource data.
fixed startup dialog to accept ANSI date despite building as Unicode. This needed a bit of hackery because the macros in windowsx.h are not character set sensitive.
This commit is contained in:
Christoph Oelckers 2019-09-23 01:28:18 +02:00
parent f49284d47c
commit 527d99008b
75 changed files with 335 additions and 6768 deletions

View file

@ -459,7 +459,8 @@ int main(int argc, char *argv[])
#endif
startwin_open();
maybe_redirect_outputs();
maybe_redirect_outputs();
#ifdef _WIN32
char *argvbuf;