Staging
v0.8.1
Revision 97dfad7856df5d9c681fa74d576a23247cc55a33 authored by R David Murray on 20 September 2014, 21:44:53 UTC, committed by R David Murray on 20 September 2014, 21:44:53 UTC
1 parent 9833fcb
Raw File
python3dll.c
#include <windows.h>

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