mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
also look for wmainCRTStartup
This commit is contained in:
@@ -22,7 +22,7 @@ arena_alloc__sized(U64 init_res, U64 init_cmt)
|
|||||||
#if OS_WINDOWS
|
#if OS_WINDOWS
|
||||||
cmt = res;
|
cmt = res;
|
||||||
#else
|
#else
|
||||||
cmt AlignPow2(init_cmt, page_size);
|
cmt = AlignPow2(init_cmt, page_size);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
memory = os_reserve_large(res);
|
memory = os_reserve_large(res);
|
||||||
|
|||||||
@@ -1822,6 +1822,7 @@ ctrl_thread__launch_and_init(CTRL_Msg *msg)
|
|||||||
str8_lit("WinMainCRTStartup"),
|
str8_lit("WinMainCRTStartup"),
|
||||||
str8_lit("wWinMainCRTStartup"),
|
str8_lit("wWinMainCRTStartup"),
|
||||||
str8_lit("mainCRTStartup"),
|
str8_lit("mainCRTStartup"),
|
||||||
|
str8_lit("wmainCRTStartup"),
|
||||||
};
|
};
|
||||||
|
|
||||||
// rjf: find voff for one of the custom entry points attached to this msg
|
// rjf: find voff for one of the custom entry points attached to this msg
|
||||||
|
|||||||
Reference in New Issue
Block a user