lua-aot-5.4
lua-aot-5.4 copied to clipboard
Add `-w` for GUI programs on windows
On windows, if WinMain isn't defined and you link with -mwindows it is awkward to create GUI applications because a console window pops up, this PR adds the -w flag which will make a WinMain to fix that