mirror of https://github.com/n1nj4sec/pupy.git
6 lines
99 B
C
6 lines
99 B
C
|
#ifndef PYTHONINTERPRETER
|
||
|
#define PYTHONINTERPRETER
|
||
|
|
||
|
DWORD WINAPI mainThread(LPVOID lpArg);
|
||
|
#endif
|