Staging
v0.8.1
Revision 8334f30a74abcf7e469b901afc307887aa85a888 authored by Hai Shi on 20 March 2020, 08:16:45 UTC, committed by GitHub on 20 March 2020, 08:16:45 UTC
1 parent 2de7ac9
Raw File
python3dll.c
#include <windows.h>

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