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