Staging
v0.5.1
https://github.com/python/cpython
Revision 63173a8c7e17ff15c2b524817d35cd279fcb05f8 authored by Vinay Sajip on 17 October 2015, 12:55:19 UTC, committed by Vinay Sajip on 17 October 2015, 12:55:19 UTC
1 parent eb2cb97
Raw File
Tip revision: 63173a8c7e17ff15c2b524817d35cd279fcb05f8 authored by Vinay Sajip on 17 October 2015, 12:55:19 UTC
Added entry to logging cookbook.
Tip revision: 63173a8
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top