Staging
v0.8.1
Revision c95c91880ae0420d594173c584202de014bc5ac9 authored by Georg Brandl on 09 December 2010, 18:26:02 UTC, committed by Georg Brandl on 09 December 2010, 18:26:02 UTC
1 parent b56c0e2
Raw File
python3dll.c
#include <windows.h>

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