- Timestamp:
- Dec 16, 1999, 1:47:21 AM (26 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/user32/win32wbase.cpp (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/user32/win32wbase.cppr2084 r2089 1 /* $Id: win32wbase.cpp,v 1.11 1 1999-12-16 00:11:46sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.112 1999-12-16 00:47:21 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 786 786 ULONG rc; 787 787 Win32BaseWindow *child; 788 HWND hwnd = getWindowHandle(); 788 789 789 790 if (isSubclassedOS2Wnd) OSLibWinSubclassWindow(OS2Hwnd,pOldWndProc); … … 805 806 } 806 807 SendInternalMessageA(WM_DESTROY, 0, 0); 808 if(::IsWindow(hwnd) == FALSE) { 809 //object already destroyed, so return immediately 810 return 1; 811 } 807 812 SendInternalMessageA(WM_NCDESTROY, 0, 0); 808 813 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
