Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
f17ff4e1d675bdf84676021d2c444e0ba002aa5c
/
.
/
PC
/
empty.c
blob: 846b4d0d646217f5ada73dba86c29ccf9ad87b0c [
file
]
#include
<windows.h>
int
__stdcall
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
{
return
0
;
}