Changeset 1878 for trunk/dll/dircnrs.c
- Timestamp:
- Oct 12, 2015, 12:24:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1877 r1878 103 103 #include <ctype.h> 104 104 #include <limits.h> 105 //#include <malloc.h> // _msize _heapchk106 // #include <process.h> // _beginthread107 105 108 106 #define INCL_DOS … … 2164 2162 TileChildren(dcd->hwndParent, TRUE); 2165 2163 WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE); 2166 DosSleep(100); // 05 Aug 07 GKY 2502164 DosSleep(100); 2167 2165 } 2168 2166 } … … 2187 2185 2188 2186 case IDM_COLLECTOR: 2189 DosSleep(32); // 05 Aug 07 GKY 642187 DosSleep(32); 2190 2188 { 2191 2189 CHAR **list; … … 2703 2701 WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, 2704 2702 SWP_ACTIVATE); 2705 DosSleep(100); //05 Aug 07 GKY 2502703 DosSleep(100); 2706 2704 } 2707 2705 } … … 2773 2771 if (!cmdloaded) 2774 2772 load_commands(); 2775 x = SHORT1FROMMP(mp1); // - IDM_COMMANDSTART;2773 x = SHORT1FROMMP(mp1); 2776 2774 if (x >= 0) { 2777 //x++;2778 2775 RunCommand(hwnd, x); 2779 2776 if (fUnHilite) … … 2800 2797 if (pci->attrFile & FILE_DIRECTORY) { 2801 2798 menuHwnd = CheckMenu(hwndMainMenu, &DirMenu, DIR_POPUP); 2802 // WinEnableMenuItem(DirMenu,IDM_TREE,TRUE);2803 2799 } 2804 2800 else … … 3690 3686 if (len == 0 && key != '\\') { 3691 3687 // Let's see if user forgot leading backslash 3692 // key = SHORT1FROMMP(mp2);3693 3688 if (SearchContainer(hwnd, msg, mp1, MPFROM2SHORT('\\', 0))) { 3694 3689 if (SearchContainer(hwnd, msg, mp1, mp2)) … … 3804 3799 NULL, 3805 3800 CCS_AUTOPOSITION | CCS_MINIICONS | 3806 CCS_MINIRECORDCORE | ulCnrType, // | 3807 //WS_VISIBLE, 3801 CCS_MINIRECORDCORE | ulCnrType, 3808 3802 0, 3809 3803 0,
Note:
See TracChangeset
for help on using the changeset viewer.