diff --git a/core/smn_handles.cpp b/core/smn_handles.cpp index 4e818819..9d7b6dde 100644 --- a/core/smn_handles.cpp +++ b/core/smn_handles.cpp @@ -94,5 +94,6 @@ REGISTER_NATIVES(handles) {"IsValidHandle", sm_IsValidHandle}, {"CloseHandle", sm_CloseHandle}, {"CloneHandle", sm_CloneHandle}, + {"GetMyHandle", sm_GetMyHandle}, {NULL, NULL}, };