Create RfGetCurrentProcess.cpp

This commit is contained in:
vxunderground 2022-07-14 22:47:55 -05:00 committed by GitHub
parent c7a9e8498b
commit ed9df71a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
HANDLE RfGetCurrentProcess(VOID)
{
return (HANDLE)((HANDLE)-1);
}