Staging
v0.5.1
Revision e7ebf1453beb1a40e65630897fa1e35a3c2d3ec1 authored by Stéphane Wirtel on 10 October 2018, 13:39:34 UTC, committed by Julien Palard on 10 October 2018, 13:39:34 UTC
(cherry picked from commit 683281f536981da395575b5a07d6761118259fd2)
1 parent 482dc94
Raw File
python3dll.c
#include <windows.h>

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