Sign in
goma
/
wine
/
ded196cb1354c87893f5f0cd94f1c90397ea8571
/
.
/
libtest
/
hello2.c
blob: 589f1319d92bb6511f304d3d2ad9f99e9207e670 [
file
]
#include
"windows.h"
int
PASCAL
WinMain
(
HANDLE inst
,
HANDLE prev
,
LPSTR cmdline
,
int
show
)
{
return
MessageBox
((
HWND
)
0
,
(
LPSTR
)
"Hello, hello!"
,
(
LPSTR
)
"Hello Wine Application"
,
(
MB_OK
|
MB_ICONEXCLAMATION
));
}