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