Staging
v0.5.1
Revision f1ffa3f918983dd7a6178ea25b650cc1f4c05b12 authored by Larry Hastings on 07 September 2013, 11:41:12 UTC, committed by Larry Hastings on 07 September 2013, 11:41:12 UTC
1 parent b034eee
Raw File
python3dll.c
#include <windows.h>

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