cpython/PC/python3dll.c

9 lines
134 B
C
Raw Normal View History

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