summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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];