E#xitWindowsEx return value.

Rein Klazes rklazes at xs4all.nl
Wed Feb 4 13:13:54 CST 2004


Hi,

Bug report form the wine-users list. Checked against msdn, and tested
under Win2K to be right.

Changelog:
	windows	: user.c

	Change return code from ExitWindowsEx() (and with that related 
	ExitWindows* functions) from FALSE to TRUE.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl
-------------- next part --------------
--- wine/windows/user.c	2004-01-28 10:59:41.000000000 +0100
+++ mywine/windows/user.c	2004-02-04 20:04:58.000000000 +0100
@@ -330,7 +330,7 @@
     HeapFree( GetProcessHeap(), 0, list );
 
     if (result) ExitKernel16();
-    return FALSE;
+    return TRUE;
 }
 
 /***********************************************************************


More information about the wine-patches mailing list