Make Windows use wWinMain always. Support /SUBSYSTEM:WINDOWS

This commit is contained in:
Christoffer Lerno
2023-01-28 21:04:25 +01:00
committed by Christoffer Lerno
parent f89bf9ea2f
commit 5ea15eb708
18 changed files with 512 additions and 138 deletions

View File

@@ -1902,6 +1902,8 @@ extern const char *kw_pure;
extern const char *kw_return;
extern const char *kw_std;
extern const char *kw_type;
extern const char *kw_winmain;
extern const char *kw_wmain;
extern ArchOsTarget default_target;
ARENA_DEF(chars, char)