#ifndef _NTRTL_H #if (PHNT_VERSION >= PHNT_VISTA) // ... #else DECLSPEC_NORETURN FORCEINLINE VOID RtlExitUserProcess_R( _In_ NTSTATUS ExitStatus ) { ExitProcess(ExitStatus); } #endif #endif View code on GitHub
No description available.