Staging
v0.8.1
Revision 44c690112d96a81fe02433de7900a4f8f9457012 authored by Miss Islington (bot) on 19 February 2020, 05:24:51 UTC, committed by GitHub on 19 February 2020, 05:24:51 UTC
(cherry picked from commit ab6423fe2de0ed5f8a0dc86a9c7070229326b0f0)

Co-authored-by: ananthan-123 <ananthakrishnan15.2001@gmail.com>
1 parent d77e771
Raw File
python3dll.c
#include <windows.h>

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