Files
vxunderground-VX-API/VX-API/GetCurrentThreadEx.cpp
T
vxunderground 86ca3658a5 update
2022-09-10 13:20:38 -05:00

6 lines
93 B
C++

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