Staging
v0.5.1
https://github.com/python/cpython
Revision 0ba1f01adfe9132340324203e10671cf9b419b1c authored by Georg Brandl on 01 August 2010, 22:00:39 UTC, committed by Georg Brandl on 01 August 2010, 22:00:39 UTC
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r83449 | georg.brandl | 2010-08-01 22:59:03 +0200 (So, 01 Aug 2010) | 9 lines

  Merged revisions 83238 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83238 | georg.brandl | 2010-07-29 19:55:01 +0200 (Do, 29 Jul 2010) | 1 line

    #4108: the first default entry (User-agent: *) wins.
  ........
................
1 parent 86edb14
Raw File
Tip revision: 0ba1f01adfe9132340324203e10671cf9b419b1c authored by Georg Brandl on 01 August 2010, 22:00:39 UTC
Merged revisions 83449 via svnmerge from
Tip revision: 0ba1f01
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top