Changeset 603 for trunk/dll/select.c
- Timestamp:
- Apr 6, 2007, 11:57:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r551 r603 16 16 29 Jul 06 SHL Use xfgets_bstripcr 17 17 15 Aug 06 SHL Rework SetMask args and logic 18 06 Apr 07 GKY Work around PM DragInfo and DrgFreeDISH limits 18 19 19 20 ***********************************************************************/ … … 42 43 { 43 44 PCNRITEM pci; 44 INT numfiles = 0, numalloc = 0 ;45 INT numfiles = 0, numalloc = 0, x = 0; 45 46 INT attribute = CRA_CURSORED; 46 47 … … 60 61 MPFROM2SHORT(FALSE, CRA_SELECTED)); 61 62 if (!all) 62 break; 63 break; 64 if(fexceedpmdrglimit && x == 1499){ 65 fexceedpmdrglimit = FALSE; 66 break; 67 } 63 68 if (list) 64 69 AddToList(pci->szFileName, list, &numfiles, &numalloc); 65 70 pci = (PCNRITEM) WinSendMsg(hwndCnr, CM_QUERYRECORDEMPHASIS, 66 71 MPFROMP(pci), MPFROMSHORT(CRA_SELECTED)); 72 x++; 67 73 } 68 74 }
Note:
See TracChangeset
for help on using the changeset viewer.