Create RfGetCurrentProcess.cpp

This commit is contained in:
vxunderground
2022-07-14 22:47:55 -05:00
committed by GitHub
parent c7a9e8498b
commit ed9df71a60
+4
View File
@@ -0,0 +1,4 @@
HANDLE RfGetCurrentProcess(VOID)
{
return (HANDLE)((HANDLE)-1);
}