Staging
v0.5.1
https://github.com/python/cpython
Revision 36432ea783a26cfbaecb05babb69ee31c00fe150 authored by R David Murray on 27 May 2012, 16:39:54 UTC, committed by R David Murray on 27 May 2012, 16:39:54 UTC
1 parent 7e20349
Raw File
Tip revision: 36432ea783a26cfbaecb05babb69ee31c00fe150 authored by R David Murray on 27 May 2012, 16:39:54 UTC
Add '__all__' to _encoded_words and mark QByteMap as private.
Tip revision: 36432ea
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top