This commit is contained in:
vxunderground
2022-09-10 13:20:38 -05:00
parent 8f5eca39d2
commit 86ca3658a5
143 changed files with 2396 additions and 1398 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "Win32Helper.h"
HANDLE GetCurrentThreadEx(VOID)
{
return ((HANDLE)(LONG_PTR)-2);
}