Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
windows
/
16 gui app
/
gui_prog.c
blob: 4bc688a351970e57e32c53be6e499849b755a35f [
file
] [
log
] [
blame
]
#include
<windows.h>
int
WINAPI
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
{
return
0
;
}