- Timestamp:
- Oct 29, 2001, 3:20:11 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r7263 r7265 1 /* $Id: pmwindow.cpp,v 1.16 1 2001-10-29 13:37:01 sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.162 2001-10-29 14:20:11 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 325 325 return FALSE; 326 326 } 327 dprintf(("Disk status 0x%x", status));328 327 //Send WM_DEVICECHANGE message when CD status changes 329 328 if((status & 4) != drivestatus[i]) … … 334 333 DEV_BROADCAST_VOLUME volchange; 335 334 335 dprintf(("Disk status 0x%x", status)); 336 336 337 volchange.dbcv_size = sizeof(volchange); 337 338 volchange.dbcv_devicetype = DBT_DEVTYP_VOLUME; … … 344 345 //Iterate over all child windows of the desktop 345 346 henum = WinBeginEnumWindows(HWND_DESKTOP); 346 347 348 SetWin32TIB(); 347 349 while(hwndEnum = WinGetNextWindow(henum)) 348 350 { … … 359 361 } 360 362 } 363 RestoreOS2TIB(); 361 364 WinEndEnumWindows(henum); 362 365
Note:
See TracChangeset
for help on using the changeset viewer.