Create RfGetCurrentThread.cpp

This commit is contained in:
vxunderground 2022-07-14 22:48:51 -05:00 committed by GitHub
parent dacb2181ae
commit 91dc26d5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
HANDLE RfGetCurrentThread(VOID)
{
return ((HANDLE)(LONG_PTR)-2);
}