Files
vxunderground-VX-API/VX-API/GetCurrentThreadNoForward.cpp
vxunderground 0ee9d00a95 Version: 2.0.684
Version: 2.0.684
2023-03-04 15:39:23 -06:00

6 lines
100 B
C++

#include "Win32Helper.h"
HANDLE GetCurrentThreadNoForward(VOID)
{
return ((HANDLE)(LONG_PTR)-2);
}