| commit | d68477711b15b0bb695114bea82f055ec49f4a78 | [log] [tgz] |
|---|---|---|
| author | Rein Klazes <rklazes@xs4all.nl> | Thu Feb 05 01:24:48 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 05 01:24:48 2004 +0000 |
| tree | e38cb98eb93aabe5349ec610b2e749a26af7e38d | |
| parent | 485390de6f58656adb6b8e2e21aa27bbb305389c [diff] |
Change return code from ExitWindowsEx() (and with that related ExitWindows* functions) from FALSE to TRUE.
diff --git a/windows/user.c b/windows/user.c index 43e9bc3..5b108ca 100644 --- a/windows/user.c +++ b/windows/user.c
@@ -330,7 +330,7 @@ HeapFree( GetProcessHeap(), 0, list ); if (result) ExitKernel16(); - return FALSE; + return TRUE; } /***********************************************************************