diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-07 21:19:59 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-07 21:19:59 +0100 |
| commit | 0a28c5280defd5ec8309754f58d70ff04b798457 (patch) | |
| tree | 4ce91be588780b856c117631a8523df34e780b9f /src | |
| parent | 41b2673e5819b1a1b6bd2734caa1ed705f11cddb (diff) | |
release build command
Diffstat (limited to 'src')
| -rw-r--r-- | src/main_windows.cpp | 2 |
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]; |
