Change subsystem from console to windows

This commit is contained in:
2025-11-07 10:30:22 +01:00
committed by GitHub
parent ee01ad6e65
commit 5421741296

View File

@@ -29,7 +29,7 @@ Stele, firleju, szociu, hunter, ZiomalCl, OLI_EU and others
#endif
#ifdef _MSC_VER
#pragma comment(linker, "/subsystem:console /ENTRY:mainCRTStartup")
#pragma comment(linker, "/subsystem:windows /ENTRY:mainCRTStartup")
#endif
void export_e3d_standalone(std::string in, std::string out, int flags, bool dynamic);