Staging
v0.8.1
https://github.com/python/cpython
Revision 664ebb03af421173ec0f127022efc73dca8ff812 authored by Serhiy Storchaka on 10 January 2014, 13:34:51 UTC, committed by Serhiy Storchaka on 10 January 2014, 13:34:51 UTC
1 parent 0f11d0f
Raw File
Tip revision: 664ebb03af421173ec0f127022efc73dca8ff812 authored by Serhiy Storchaka on 10 January 2014, 13:34:51 UTC
Issue #20086: Output more details when test_getsetlocale_issue1813 is failed.
Tip revision: 664ebb0
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top