Staging
v0.8.1
Revision b52d8ba159596449439de8abb83994ef877d0669 authored by Christian Heimes on 24 November 2013, 00:12:22 UTC, committed by Christian Heimes on 24 November 2013, 00:12:22 UTC
2 parent s 71135ac + c8635b4
Raw File
python3dll.c
#include <windows.h>

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