v811_spc009/external/python/cpython2/PC/empty.c

6 lines
137 B

#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return 0;
}