Staging
v0.8.1
https://github.com/python/cpython
Revision ce34687d23bb68df1270728372f04ac7c80f3caa authored by Nick Coghlan on 22 September 2013, 09:38:16 UTC, committed by Nick Coghlan on 22 September 2013, 09:38:16 UTC
1 parent 31f477c
Raw File
Tip revision: ce34687d23bb68df1270728372f04ac7c80f3caa authored by Nick Coghlan on 22 September 2013, 09:38:16 UTC
Fix comment in test_gdb
Tip revision: ce34687
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top