Staging
v0.5.1
https://github.com/python/cpython
Revision c48fe98a7c3bb48fd689088baf3fedf9da7a8c70 authored by Larry Hastings on 25 June 2012, 11:49:05 UTC, committed by Larry Hastings on 25 June 2012, 11:49:05 UTC
1 parent 2a193a8
Raw File
Tip revision: c48fe98a7c3bb48fd689088baf3fedf9da7a8c70 authored by Larry Hastings on 25 June 2012, 11:49:05 UTC
Issue #15177: Added dir_fd parameter to os.fwalk().
Tip revision: c48fe98
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top