diff --git a/Windows API/RfGetCurrentThread.cpp b/Windows API/RfGetCurrentThread.cpp new file mode 100644 index 0000000..5af20d2 --- /dev/null +++ b/Windows API/RfGetCurrentThread.cpp @@ -0,0 +1,4 @@ +HANDLE RfGetCurrentThread(VOID) +{ + return ((HANDLE)(LONG_PTR)-2); +}