Changeset 204 for trunk/dll/select.c
- Timestamp:
- Jun 8, 2005, 7:57:53 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.c
r158 r204 9 9 01 Aug 04 SHL Rework lstrip/rstrip usage 10 10 25 May 05 SHL Rework for ULONGLONG 11 06 Jun 05 SHL Drop unused code 11 12 12 13 ***********************************************************************/ … … 88 89 foundone = TRUE; 89 90 } 90 }91 if(!foundone && !partial) {92 93 91 } 94 92 if(!foundone) … … 567 565 568 566 569 #pragma alloc_text (SELECT3,SpecialSelect ,CompNames,CompNamesB)567 #pragma alloc_text (SELECT3,SpecialSelect) 570 568 #pragma alloc_text(SELECT4,FreeCnrs,SpecialSelect2,CompSSNames,CompSSNamesB) 571 572 573 static int CompNamesB (const void *s1,const void *s2) {574 575 PCNRITEM pci = *(PCNRITEM *)s2;576 577 return stricmp((CHAR *)s1,pci->pszFileName);578 }579 580 581 static int CompNames (const void *s1,const void *s2) {582 583 PCNRITEM pci1 = *(PCNRITEM *)s1;584 PCNRITEM pci2 = *(PCNRITEM *)s2;585 586 return stricmp(pci1->pszFileName,pci2->pszFileName);587 }588 569 589 570
Note:
See TracChangeset
for help on using the changeset viewer.