From c164ff0bd59286abcbbf82a617667ca39a5feb06 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Jul 2016 15:33:41 -0400 Subject: process creation: added __ntapi_tt_spawn_native_process(). --- src/internal/ntapi.c | 1 + src/internal/ntapi_fnapi.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/ntapi.c b/src/internal/ntapi.c index de44bbf..6559b5b 100644 --- a/src/internal/ntapi.c +++ b/src/internal/ntapi.c @@ -212,6 +212,7 @@ static int32_t __fastcall __ntapi_init_once(ntapi_vtbl ** pvtbl) /* nt_process.h */ __ntapi->tt_create_remote_process_params = __ntapi_tt_create_remote_process_params; + __ntapi->tt_spawn_native_process = __ntapi_tt_spawn_native_process; __ntapi->tt_get_runtime_data = __ntapi_tt_get_runtime_data; __ntapi->tt_init_runtime_data = __ntapi_tt_init_runtime_data; __ntapi->tt_update_runtime_data = __ntapi_tt_update_runtime_data; diff --git a/src/internal/ntapi_fnapi.h b/src/internal/ntapi_fnapi.h index 723576b..6a1f14c 100644 --- a/src/internal/ntapi_fnapi.h +++ b/src/internal/ntapi_fnapi.h @@ -100,6 +100,7 @@ ntapi_tt_create_remote_process_params __ntapi_tt_create_remote_process_params; ntapi_tt_create_remote_runtime_data __ntapi_tt_create_remote_runtime_data; ntapi_tt_create_native_process __ntapi_tt_create_native_process_v1; ntapi_tt_create_native_process __ntapi_tt_create_native_process_v2; +ntapi_tt_spawn_native_process __ntapi_tt_spawn_native_process; ntapi_tt_get_runtime_data __ntapi_tt_get_runtime_data; ntapi_tt_init_runtime_data __ntapi_tt_init_runtime_data; ntapi_tt_update_runtime_data __ntapi_tt_update_runtime_data; -- cgit v1.2.3