GetDesktopWindow can now potentially create a thread, so we shouldn't
commit4db3769e707fdb321467a9289de89d6ebc8d5a47
authorRobert Shearman <rob@codeweavers.com>
Sat, 17 Sep 2005 14:28:44 +0000 (17 14:28 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 17 Sep 2005 14:28:44 +0000 (17 14:28 +0000)
tree7b964c8304f48200a02963a7f218ade97b5fbbba
parentebf7a5d408426dcd5b5ac4a6664b6c3398ea2ffc
GetDesktopWindow can now potentially create a thread, so we shouldn't
call this function from DllMain otherwise it is possible to cause a
deadlock.
dlls/user/user_main.c