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