Changeset 516 for trunk/dll/arccnrs.c
- Timestamp:
- Nov 2, 2006, 9:51:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r460 r516 30 30 02 Aug 06 SHL Add logic to stop processing large archives 31 31 23 Aug 06 SHL Integrate John Small's switch list title logic 32 02 Nov 06 SHL Comments 32 33 33 34 ***********************************************************************/ … … 1725 1726 z = x; 1726 1727 runemf2(SEPARATE | WINDOWED | 1727 ( (fArcStuffVisible)? 0 : (BACKGROUND | MINIMIZED)) |1728 (fArcStuffVisible ? 0 : (BACKGROUND | MINIMIZED)) | 1728 1729 WAIT,hwnd,li->targetpath,NULL,"%s",cl); 1729 1730 *endofit = 0; … … 2010 2011 WinSendMsg((HWND)0,WM_QUIT,MPVOID,MPVOID); 2011 2012 break; 2012 } 2013 } // switch 2013 2014 return WinDefWindowProc(hwnd,msg,mp1,mp2); 2014 2015 } … … 3389 3390 WinSendMsg(dcd->hwndObject,WM_CLOSE,MPVOID,MPVOID); 3390 3391 } 3392 // In case object window frees dcd 3391 3393 dcd = WinQueryWindowPtr(hwnd,QWL_USER); 3392 3394 if (!dcd ||
Note:
See TracChangeset
for help on using the changeset viewer.