Create RfGetCurrentThread.cpp

This commit is contained in:
vxunderground
2022-07-14 22:48:51 -05:00
committed by GitHub
parent dacb2181ae
commit 91dc26d5a9
+4
View File
@@ -0,0 +1,4 @@
HANDLE RfGetCurrentThread(VOID)
{
return ((HANDLE)(LONG_PTR)-2);
}