Changeset 1869
- Timestamp:
- Sep 21, 2015, 12:31:25 AM (10 years ago)
- Location:
- trunk/dll
- Files:
-
- 5 edited
-
eas.c (modified) (1 diff)
-
mainwnd.c (modified) (6 diffs)
-
mainwnd2.c (modified) (1 diff)
-
notebook.c (modified) (1 diff)
-
notify.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/eas.c
r1817 r1869 1061 1061 CHAR *p, *peaval; 1062 1062 1063 DbgMsg(pszSrcFile, __LINE__, "SaveEA: entered for %s", filename);1063 //DbgMsg(pszSrcFile, __LINE__, "SaveEA: entered for %s", filename); 1064 1064 1065 1065 if (!filename || !current) -
trunk/dll/mainwnd.c
r1858 r1869 2137 2137 HWND hwndActive = TopWindow(hwnd, (HWND) 0); 2138 2138 if (hwndActive) 2139 DbgMsg(pszSrcFile, __LINE__, "WinSendMsg UM_DRIVECMD %c", *dv); // 2015-08-04 SHL FIXME debug2139 //DbgMsg(pszSrcFile, __LINE__, "WinSendMsg UM_DRIVECMD %c", *dv); // 2015-08-04 SHL FIXME debug 2140 2140 WinSendMsg(WinWindowFromID(hwndActive, FID_CLIENT), 2141 2141 UM_DRIVECMD, MPFROMP(dv), MPVOID); … … 3468 3468 sprintf(szPrefix, "%s.", pszStateName); 3469 3469 3470 DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState %s", pszStateName); // 2015-08-13 SHL FIXME debug3470 //DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState %s", pszStateName); // 2015-08-13 SHL FIXME debug 3471 3471 3472 3472 // If restoring shutdown state bypass no-prescan drives … … 3681 3681 WinDestroyWindow(hwndPPSave); 3682 3682 } 3683 DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState returning fRestored %u", fRestored); // 2015-08-13 SHL FIXME debug3683 //DbgMsg(pszSrcFile, __LINE__, "RestoreDirCnrState returning fRestored %u", fRestored); // 2015-08-13 SHL FIXME debug 3684 3684 } 3685 3685 … … 6551 6551 } 6552 6552 else if (SHORT1FROMMP(mp1) == MAIN_DRIVELIST) { 6553 DbgMsg(pszSrcFile, __LINE__, "MainWndProc CBN_ENTER ShowTreeRec(\"%s\")", path); // 2015-08-04 SHL FIXME debug6553 //DbgMsg(pszSrcFile, __LINE__, "MainWndProc CBN_ENTER ShowTreeRec(\"%s\")", path); // 2015-08-04 SHL FIXME debug 6554 6554 ShowTreeRec(WinWindowFromID(WinWindowFromID(hwndTree, 6555 6555 FID_CLIENT), … … 6684 6684 fAmQuitting = TRUE; // Let world know quit in progress 6685 6685 DosSleep(1); 6686 DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL6686 //DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL 6687 6687 6688 6688 return 0; // Suppress WinDefWindowProc WM_QUIT message generation … … 6714 6714 6715 6715 case WM_DESTROY: 6716 DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_DESTROY hwnd %p TID %u", hwnd, GetTidForThread()); // 2015-08-09 SHL FIXME debug6716 //DbgMsg(pszSrcFile, __LINE__, "MainWndProc WM_DESTROY hwnd %p TID %u", hwnd, GetTidForThread()); // 2015-08-09 SHL FIXME debug 6717 6717 hwndMain = (HWND)0; 6718 6718 if (!PostMsg((HWND)0, WM_QUIT, MPVOID, MPVOID)) -
trunk/dll/mainwnd2.c
r1858 r1869 1405 1405 PostMsg(hwnd, UM_CLOSE, MPVOID, MPVOID); 1406 1406 fAmQuitting = TRUE; // Let world know quit in progress 1407 DbgMsg(pszSrcFile, __LINE__, "MainWndProc2 WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL1407 //DbgMsg(pszSrcFile, __LINE__, "MainWndProc2 WM_CLOSE returning with fAmClosing %u", fAmClosing); // 2015-08-16 SHL 1408 1408 DosSleep(1); 1409 1409 return 0; // Suppress WinDefWindowProc WM_QUIT message generation -
trunk/dll/notebook.c
r1863 r1869 3820 3820 // 15 Feb 08 SHL fixme to be gone when/if IDM_NOTEBOOK gone? 3821 3821 if (mp2 == MPFROMLONG(IDM_NOTEBOOK)) { 3822 DbgMsg(pszSrcFile, __LINE__, "Trying to translate IDM_NOTEBOOK");3822 //DbgMsg(pszSrcFile, __LINE__, "Trying to translate IDM_NOTEBOOK"); 3823 3823 hwndTemp = WinQueryWindow(hwnd, QW_OWNER); 3824 3824 if (hwndTemp != HWND_DESKTOP) { -
trunk/dll/notify.c
r1669 r1869 463 463 len--; 464 464 if (len2 != len) { 465 DbgMsg(pszSrcFile, __LINE__, "len %u unexpected - should be %u", len2, len); // 18 Jul 08 SHL fixme to be Runtime_Error465 //DbgMsg(pszSrcFile, __LINE__, "len %u unexpected - should be %u", len2, len); // 18 Jul 08 SHL fixme to be Runtime_Error 466 466 xfree((PSZ)p, pszSrcFile, __LINE__); 467 467 }
Note:
See TracChangeset
for help on using the changeset viewer.
