GetCurrentProcess() -> NtCurrentProcess()
This commit is contained in:
@@ -139,7 +139,7 @@ destroy_list:
|
|||||||
ptrlist_destroy(&list);
|
ptrlist_destroy(&list);
|
||||||
|
|
||||||
if ( Suspending )
|
if ( Suspending )
|
||||||
NtSuspendProcess(GetCurrentProcess());
|
NtSuspendProcess(NtCurrentProcess());
|
||||||
release_mutex:
|
release_mutex:
|
||||||
ReleaseMutex(g_hMainMutex);
|
ReleaseMutex(g_hMainMutex);
|
||||||
CloseHandle(g_hMainMutex);
|
CloseHandle(g_hMainMutex);
|
||||||
|
Reference in New Issue
Block a user