Ignore:
Timestamp:
Nov 20, 2001, 10:53:57 AM (24 years ago)
Author:
sandervl
Message:

destroy cd notification window during dll unload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/inituser32.cpp

    r7155 r7403  
    1 /* $Id: inituser32.cpp,v 1.6 2001-10-22 23:13:58 phaller Exp $ */
     1/* $Id: inituser32.cpp,v 1.7 2001-11-20 09:53:56 sandervl Exp $ */
    22/*
    33 * USER32 DLL entry point
     
    244244//SvL: Causes PM hangs on some (a lot?) machines. Reason unknown.
    245245////   RestoreCursor();
     246
     247   //Destroy CD notification window
     248   WinDestroyWindow(hwndCD);
    246249   DestroyDesktopWindow();
    247250   Win32BaseWindow::DestroyAll();
Note: See TracChangeset for help on using the changeset viewer.