allwinner_a64/android/external/python/cpython2/PC/empty.c
2018-08-08 16:14:42 +08:00

6 lines
No EOL
137 B
C

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