Files
cpython/PC/python3dll.c

9 lines
134 B
C
Raw Permalink Normal View History

2020-11-03 11:10:27 -07:00
#include <windows.h>
BOOL WINAPI
DllMain(HINSTANCE hInstDLL,
DWORD fdwReason,
LPVOID lpReserved)
{
return TRUE;
}