also look for wmainCRTStartup

This commit is contained in:
Ryan Fleury
2024-01-17 17:07:16 -08:00
parent 25c31b0d77
commit dea5e88906
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ arena_alloc__sized(U64 init_res, U64 init_cmt)
#if OS_WINDOWS
cmt = res;
#else
cmt AlignPow2(init_cmt, page_size);
cmt = AlignPow2(init_cmt, page_size);
#endif
memory = os_reserve_large(res);
+1
View File
@@ -1822,6 +1822,7 @@ ctrl_thread__launch_and_init(CTRL_Msg *msg)
str8_lit("WinMainCRTStartup"),
str8_lit("wWinMainCRTStartup"),
str8_lit("mainCRTStartup"),
str8_lit("wmainCRTStartup"),
};
// rjf: find voff for one of the custom entry points attached to this msg