From b33b36e0520bb84e4de4e61db35479971887fffd Mon Sep 17 00:00:00 2001 From: Gerdal Date: Wed, 27 Mar 2019 19:37:44 +0100 Subject: [PATCH] Fix for issue #316 - failed build on LWS (Linux Windows Subsystem) because of lack of reference to WinMain@16 during linking --- app/src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main.c b/app/src/main.c index b2a6bf5e..ea67ca61 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -5,6 +5,7 @@ #include #include #include +#define SDL_MAIN_HANDLED #include #include "compat.h"