repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert WND.text field to Unicode.
[wine.git]
/
libtest
/
hello2.c
blob
589f1319d92bb6511f304d3d2ad9f99e9207e670
1
#include
"windows.h"
2
3
int
PASCAL
WinMain
(
HANDLE inst
,
HANDLE prev
,
LPSTR cmdline
,
int
show
)
4
{
5
return
MessageBox
((
HWND
)
0
,
6
(
LPSTR
)
"Hello, hello!"
,
7
(
LPSTR
)
"Hello Wine Application"
,
8
(
MB_OK
|
MB_ICONEXCLAMATION
));
9
}