summaryrefslogtreecommitdiffstats
path: root/PC/python3dll.c
blob: b171fcae35b5900b0e5cb7e25df8f65cc2b9800f (plain)
1
2
3
4
5
6
7
8
9
#include <windows.h>


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