Staging
v0.5.1
Revision 8f1f4161de2e2508cc73134dfccb929977997c83 authored by Łukasz Langa on 09 June 2020, 00:23:22 UTC, committed by Łukasz Langa on 09 June 2020, 00:23:22 UTC
2 parent s 299d3d1 + 0b1a1c8
Raw File
python3dll.c
#include <windows.h>

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