mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed text output for simple messagebox test
svn path=/trunk/; revision=3487
This commit is contained in:
parent
0ddd0152c2
commit
19a7100f39
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
||||||
int STDCALL
|
int STDCALL
|
||||||
WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)
|
WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)
|
||||||
{
|
{
|
||||||
MessageBox (NULL, "Hello, Windows!", "Hello", MB_OK);
|
MessageBox (NULL, "Hello, ReactOS!", "Hello", MB_OK);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue