Closed ooxi closed 8 years ago
Currently the Windows executable is build using the IMAGE_SUBSYSTEM_WINDOWS_CUI instead of the IMAGE_SUBSYSTEM_WINDOWS_GUI Windows Subsystem.
IMAGE_SUBSYSTEM_WINDOWS_CUI
IMAGE_SUBSYSTEM_WINDOWS_GUI
This could either be done by patching the build executable or using g++'s -mwindows flag.
-mwindows
Fixed by pull request #111
Currently the Windows executable is build using the
IMAGE_SUBSYSTEM_WINDOWS_CUI
instead of theIMAGE_SUBSYSTEM_WINDOWS_GUI
Windows Subsystem.This could either be done by patching the build executable or using g++'s
-mwindows
flag.