Files
Android11_RK3568_Lubancat2/external/python/cpython2/PC/empty.c
2023-05-14 11:44:44 +00:00

6 lines
137 B
C

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