cpython/PC/python3dll.c

9 lines
142 B
C
Raw Normal View History

2010-12-03 16:14:31 -04:00
#include <windows.h>
BOOL WINAPI
DllMain(HINSTANCE hInstDLL,
DWORD fdwReason,
LPVOID lpReserved)
{
return TRUE;
}