mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
- 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:
parent
f49284d47c
commit
527d99008b
75 changed files with 335 additions and 6768 deletions
|
@ -459,7 +459,8 @@ int main(int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
startwin_open();
|
||||
maybe_redirect_outputs();
|
||||
|
||||
maybe_redirect_outputs();
|
||||
|
||||
#ifdef _WIN32
|
||||
char *argvbuf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue