Fixed a couple of compiler warnings.

This commit is contained in:
Huw D M Davies 1999-10-31 01:56:51 +00:00 committed by Alexandre Julliard
parent ebd6dbc5f8
commit 238b6d7040
2 changed files with 2 additions and 1 deletions

View File

@ -1689,6 +1689,7 @@ HWND WINAPI GetDesktopWindow(void)
if (pWndDesktop) return pWndDesktop->hwndSelf;
ERR_(win)( "You need the -desktop option when running with native USER\n" );
ExitProcess(1);
return 0;
}

View File

@ -189,7 +189,7 @@ void TextOut(Window win, GC gc, char *pStr);
void getGC(Window win, GC *gc);
void main(int argc, char **argv)
int main(int argc, char **argv)
{
XEvent event;