mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
add ability to override entry point type
This commit is contained in:
@@ -1678,7 +1678,7 @@ w32_entry_point_caller(int argc, WCHAR **wargv)
|
||||
os_w32_state.entity_arena = arena_alloc();
|
||||
|
||||
//- rjf: call into "real" entry point
|
||||
main_thread_base_entry_point(entry_point, argv, (U64)argc);
|
||||
main_thread_base_entry_point(entry_point, argc, argv);
|
||||
}
|
||||
|
||||
#if BUILD_CONSOLE_INTERFACE
|
||||
|
||||
Reference in New Issue
Block a user