From 25c31b0d7782ab36b9c15c1069e8a7c1eb390919 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 17 Jan 2024 17:01:25 -0800 Subject: [PATCH] look for mainCRTStartup as one additional possibility of a default entry point --- src/ctrl/ctrl_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ctrl/ctrl_core.c b/src/ctrl/ctrl_core.c index bcc9c1c6..c808462e 100644 --- a/src/ctrl/ctrl_core.c +++ b/src/ctrl/ctrl_core.c @@ -1821,6 +1821,7 @@ ctrl_thread__launch_and_init(CTRL_Msg *msg) str8_lit("wmain"), str8_lit("WinMainCRTStartup"), str8_lit("wWinMainCRTStartup"), + str8_lit("mainCRTStartup"), }; // rjf: find voff for one of the custom entry points attached to this msg