Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
windows
/
2 winmain
/
prog.c
blob: 77d698206199cfc44288b824bfa68b75f8a84c0b [
file
] [
log
] [
blame
]
#include
<windows.h>
int
APIENTRY
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpszCmdLine
,
int
nCmdShow
)
{
return
0
;
}