Author: cwittich
Date: Wed Jan 23 20:34:06 2008
New Revision: 31962
URL: http://svn.reactos.org/svn/reactos?rev=31962&view=rev
Log:
don't try to delete the bitmap object in case of failure as it doesn't belong to the calling process anymore
Modified:
trunk/reactos/dll/win32/user32/misc/desktop.c
Modified: trunk/reactos/dll/win32/user32/misc/desktop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/misc/desk…
==============================================================================
--- trunk/reactos/dll/win32/user32/misc/desktop.c (original)
+++ trunk/reactos/dll/win32/user32/misc/desktop.c Wed Jan 23 20:34:06 2008
@@ -413,11 +413,7 @@
/* Set the wallpaper bitmap */
if(!NtUserSystemParametersInfo(SPI_SETDESKWALLPAPER, 0, &hNewWallpaper, fWinIni & SPIF_SENDCHANGE))
- {
- if(hNewWallpaper != NULL)
- DeleteObject(hNewWallpaper);
return FALSE;
- }
/* Do not use the bitmap handle anymore, it doesn't belong to our process anymore! */
Ret = TRUE;
if(fWinIni & SPIF_UPDATEINIFILE)
Author: dreimer
Date: Wed Jan 23 13:37:32 2008
New Revision: 31959
URL: http://svn.reactos.org/svn/reactos?rev=31959&view=rev
Log:
Updated readme.wine to include three more synced apps.
Modified:
trunk/reactos/media/doc/README.WINE
Modified: trunk/reactos/media/doc/README.WINE
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
==============================================================================
--- trunk/reactos/media/doc/README.WINE (original)
+++ trunk/reactos/media/doc/README.WINE Wed Jan 23 13:37:32 2008
@@ -103,6 +103,9 @@
reactos/base/applications/regedit # Out of sync
reactos/base/system/expand # Out of sync
reactos/base/system/msiexec # Synced to Wine-20080105
+reactos/base/applications/winhelp # Synced to Wine-0_9_53
+reactos/base/applications/wordpad # Synced to Wine-0_9_53
+reactos/modules/rosapps/winefile # Synced to Wine-0_9_53
In addition the following libs, dlls and source files are mostly based on code ported
from Winehq CVS. If you are looking to update something in these files