Changeset 1880 for trunk/dll/mle.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mle.c
r1673 r1880 34 34 #include <ctype.h> 35 35 #include <share.h> 36 // #include <process.h> // _beginthread37 36 38 37 #define INCL_DOS … … 560 559 first = FALSE; 561 560 } 562 // fprintf(stderr,"%d bytes of %d imported\n",howmuch,numimport);563 561 if (howmuch < 1) { 564 562 numimport = 0; … … 568 566 numimport -= howmuch; 569 567 memmove(hexbuff, hexbuff + howmuch, numimport); 570 DosSleep(0); //26 Aug 07 GKY 1568 DosSleep(0); 571 569 if (!WinIsWindow(hab, h) || (vw && vw->killme)) 572 570 break; … … 705 703 first = FALSE; 706 704 } 707 // fprintf(stderr,"%d bytes of %d imported\n",howmuch,numread);708 705 if (howmuch < 1) { 709 706 numread = 0; … … 723 720 numread = tempnum; 724 721 } 725 DosSleep(0); //26 Aug 07 GKY 1722 DosSleep(0); 726 723 } 727 724 else … … 734 731 WinSetWindowText(grandpa, s); 735 732 } 736 DosSleep(0); //26 Aug 07 GKY 1733 DosSleep(0); 737 734 } 738 735 DosFreeMem(buffer); … … 812 809 Fortify_LeaveScope(); 813 810 # endif 814 // _endthread(); // 10 Dec 08 SHL815 811 } 816 812
Note:
See TracChangeset
for help on using the changeset viewer.