Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 7592c0a686a80b9fbe2e6d519a486aca58b3260b authored by Miss Islington (bot) on 07 March 2018, 05:46:10 UTC
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Tip revision: 7592c0a
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top