Staging
v0.5.1
https://github.com/python/cpython
Revision ab7e5ef6951dbf9db710937fd6aee5623a2b723e authored by Anthony Baxter on 22 August 2006, 07:36:06 UTC, committed by Anthony Baxter on 22 August 2006, 07:36:06 UTC
1 parent 19c35bb
Raw File
Tip revision: ab7e5ef6951dbf9db710937fd6aee5623a2b723e authored by Anthony Baxter on 22 August 2006, 07:36:06 UTC
patch for documentation for recent uuid changes (from ping)
Tip revision: ab7e5ef
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top