Alexandre Julliard : explorer: It no longer needs to be made a system process.

Alexandre Julliard julliard at winehq.org
Fri Dec 21 07:28:24 CST 2007


Module: wine
Branch: master
Commit: a32873bfcc3f0e96cb7853797d3930668720a93a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a32873bfcc3f0e96cb7853797d3930668720a93a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Dec 20 16:43:47 2007 +0100

explorer: It no longer needs to be made a system process.

---

 programs/explorer/desktop.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/programs/explorer/desktop.c b/programs/explorer/desktop.c
index 743da35..8d03094 100644
--- a/programs/explorer/desktop.c
+++ b/programs/explorer/desktop.c
@@ -31,8 +31,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(explorer);
 #define DESKTOP_CLASS_ATOM ((LPCWSTR)MAKEINTATOM(32769))
 #define DESKTOP_ALL_ACCESS 0x01ff
 
-extern HANDLE __wine_make_process_system(void);
-
 static BOOL using_root;
 
 /* window procedure for the desktop window */
@@ -231,10 +229,6 @@ void manage_desktop( char *arg )
     /* run the desktop message loop */
     if (hwnd)
     {
-        /* we don't use the system process event, the server
-         * posts a WM_CLOSE when the last desktop user is gone */
-        CloseHandle( __wine_make_process_system() );
-
         WINE_TRACE( "desktop message loop starting on hwnd %p\n", hwnd );
         while (GetMessageW( &msg, 0, 0, 0 )) DispatchMessageW( &msg );
         WINE_TRACE( "desktop message loop exiting for hwnd %p\n", hwnd );




More information about the wine-cvs mailing list