Staging
v0.8.1
Revision fc055252ebab9a1ecdfc0d04bc9c11168c2db9f7 authored by Serhiy Storchaka on 03 February 2014, 18:41:34 UTC, committed by Serhiy Storchaka on 03 February 2014, 18:41:34 UTC
1 parent 3633da2
Raw File
python3dll.c
#include <windows.h>

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