Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e9effe6bb6b6dcbc9fb13e47811a251a84a807c5
/
.
/
PC
/
empty.c
blob: 846b4d0d646217f5ada73dba86c29ccf9ad87b0c [
file
] [
log
] [
blame
]
#include
<windows.h>
int
__stdcall
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
{
return
0
;
}