From bf46efacc70f631f7434be8aaf2fa278f560bfec Mon Sep 17 00:00:00 2001 From: AIR Date: Thu, 8 Sep 2022 19:36:44 +0200 Subject: [PATCH] disable console --- Client/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/Main.cpp b/Client/src/Main.cpp index d63ca2f..3d9111f 100644 --- a/Client/src/Main.cpp +++ b/Client/src/Main.cpp @@ -1,5 +1,5 @@ #ifndef _DEBUG -//#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") +#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") #endif // !_DEBUG