Fixed text output for simple messagebox test

svn path=/trunk/; revision=3487
This commit is contained in:
Steven Edwards 2002-09-11 22:34:40 +00:00
parent 0ddd0152c2
commit 19a7100f39

View file

@ -10,6 +10,6 @@
int STDCALL
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;
}