Staging
v0.5.1
Revision a99dfd1ab6c3aa9b5a45556e799989f42ac9b7f6 authored by Serhiy Storchaka on 16 March 2013, 20:59:27 UTC, committed by Serhiy Storchaka on 16 March 2013, 20:59:27 UTC
1 parent 0f606a6
Raw File
python3dll.c
#include <windows.h>

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