Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
windows
/
4 winmaincpp
/
prog.cpp
blob: aeecb7b82d9622df58f5d25f6fb20910ef29ba6e [
file
] [
log
] [
blame
]
#include
<windows.h>
class
Foo
;
int
APIENTRY
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpszCmdLine
,
int
nCmdShow
)
{
return
0
;
}