Changeset 377 for trunk/dll/autoview.c
- Timestamp:
- Jul 27, 2006, 8:28:31 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/autoview.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r341 r377 654 654 NULL, 655 655 NULL); 656 if(hwndAutoObj) { 656 if (!hwndAutoObj) { 657 Win_Error2(HWND_OBJECT,HWND_DESKTOP,pszSrcFile,__LINE__,IDS_WINCREATEWINDOW); 658 if(!PostMsg(hwndParent,UM_CLOSE,MPVOID,MPVOID)) 659 WinSendMsg(hwndParent,UM_CLOSE,MPVOID,MPVOID); 660 } 661 else { 657 662 WinSetWindowULong(hwndAutoObj,QWL_USER,hwndParent); 658 663 priority_normal(); … … 661 666 WinDestroyWindow(hwndAutoObj); 662 667 hwndAutoObj = (HWND)0; 663 }664 else {665 if(!PostMsg(hwndParent,UM_CLOSE,MPVOID,MPVOID))666 WinSendMsg(hwndParent,UM_CLOSE,MPVOID,MPVOID);667 668 } 668 669 WinDestroyMsgQueue(hmq2);
Note:
See TracChangeset
for help on using the changeset viewer.
