Staging
v0.5.1
Revision 1e5d33e9b9b8631b36f061103a30208b206fd03a authored by Łukasz Langa on 07 December 2020, 14:02:38 UTC, committed by Łukasz Langa on 07 December 2020, 14:02:38 UTC
1 parent facca72
Raw File
python3dll.c
#include <windows.h>

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