Staging
v0.5.1
Revision 73b4a7a7943026b90b3d04932ffb1efd0d6b107e authored by Larry Hastings on 10 August 2015, 04:37:20 UTC, committed by Larry Hastings on 10 August 2015, 04:37:20 UTC
2 parent s cdab6f3 + 4a3d96c
Raw File
python3dll.c
#include <windows.h>

BOOL WINAPI
DllMain(HINSTANCE hInstDLL,
        DWORD fdwReason,
        LPVOID lpReserved)
{
    return TRUE;
}
back to top