Changeset 1880 for trunk/dll/mainwnd2.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd2.c
r1877 r1880 49 49 #include <string.h> 50 50 #include <share.h> 51 // #include <process.h> // _beginthread52 51 53 52 #define INCL_DOS … … 463 462 case IDM_CONFIRMDELETE: // 2014-05-17 SHL 464 463 case IDM_TOGGLEDRAGDIALOG: // 2014-05-15 SHL 465 // case IDM_SYSINFO:466 464 case IDM_HIDENOTEWND: 467 465 case IDM_SHOWNOTEWND: … … 724 722 break; 725 723 } 726 x = SHORT1FROMMP(mp1); // - IDM_COMMANDSTART;724 x = SHORT1FROMMP(mp1); 727 725 if (x >= 0) { 728 //x++;729 726 RunCommand(hwndCnr, x); 730 727 if (fUnHilite) { … … 811 808 } 812 809 else 813 DosSleep(32); //05 Aug 07 GKY 64810 DosSleep(32); 814 811 815 812 pd = xmallocz(sizeof(PERSON1DATA), pszSrcFile, __LINE__);
Note:
See TracChangeset
for help on using the changeset viewer.