Staging
v0.8.1
Revision 2a48a6eb335e496220aa75f6daae5b56e231b8e4 authored by Benjamin Peterson on 05 July 2015, 00:58:11 UTC, committed by Benjamin Peterson on 05 July 2015, 00:58:11 UTC
2 parent s 09e6058 + a82f77f
Raw File
python3dll.c
#include <windows.h>

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