Staging
v0.5.1
Revision 7f10edebf0d6016d20af0fdae319f043718a991b authored by Larry Hastings on 16 January 2017, 08:19:54 UTC, committed by Larry Hastings on 16 January 2017, 08:19:54 UTC
1 parent aa772e3
Raw File
python3dll.c
#include <windows.h>

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