summaryrefslogtreecommitdiff
path: root/src/main_windows.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-07 21:19:59 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-07 21:19:59 +0100
commit0a28c5280defd5ec8309754f58d70ff04b798457 (patch)
tree4ce91be588780b856c117631a8523df34e780b9f /src/main_windows.cpp
parent41b2673e5819b1a1b6bd2734caa1ed705f11cddb (diff)
release build command
Diffstat (limited to 'src/main_windows.cpp')
-rw-r--r--src/main_windows.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_windows.cpp b/src/main_windows.cpp
index 7c6fba2..4410f12 100644
--- a/src/main_windows.cpp
+++ b/src/main_windows.cpp
@@ -19,6 +19,8 @@
#include <GL/GL.h>
#include <tchar.h>
+#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
+
#define IDI_LOGO 123
char config_path[MAX_INPUT_LENGTH];