look for mainCRTStartup as one additional possibility of a default entry point

This commit is contained in:
Ryan Fleury
2024-01-17 17:01:25 -08:00
parent ea2066063a
commit 25c31b0d77
+1
View File
@@ -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