explorer: Don't use ExitWindows on shutdown.
commit2eb46bb464f2c899ad81ee0b3890d40eaa611e9b
authorAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2006 18:26:47 +0000 (7 20:26 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2006 18:26:47 +0000 (7 20:26 +0200)
tree88ae58b003c7f1ea458b96f730a4e9bbb53b72ce
parentddd0e03e912f2cfc348c22830c9481f91694f8ca
explorer: Don't use ExitWindows on shutdown.

ExitWindows kills all current processes and that creates a race with
newly started processes. Instead, simply exit and let the new process
create a new explorer.
programs/explorer/desktop.c
server/window.c