Staging
v0.5.1
Revision 891331134516784ff1c5ad8d1720fdc2d056a15f authored by Ned Deily on 07 July 2017, 07:16:00 UTC, committed by Ned Deily on 07 July 2017, 07:16:00 UTC
1 parent bdabd76
Raw File
python3dll.c
#include <windows.h>

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