Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c48303404858b06411ddadf8db5f3376aa52772d
/
.
/
PC
/
empty.c
blob: 846b4d0d646217f5ada73dba86c29ccf9ad87b0c [
file
] [
log
] [
blame
]
Martin v. Löwis
ab9351b
2004-09-03 13:32:57 +0000
[
diff
] [
blame
]
1
#include
<windows.h>
2
int
__stdcall
3
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
4
{
5
return
0
;
6
}