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