Skip to content
Snippets Groups Projects
Commit 238b6d70 authored by Huw D. M. Davies's avatar Huw D. M. Davies Committed by Alexandre Julliard
Browse files

Fixed a couple of compiler warnings.

parent ebd6dbc5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment