Commit 238b6d70 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Fixed a couple of compiler warnings.

parent ebd6dbc5
......@@ -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;
}
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment