Changeset 5461 for trunk/src/shell32
- Timestamp:
 - Apr 3, 2001, 8:42:42 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/shell32/shellpath.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/shell32/shellpath.c
r4561 r5461 1 /* $Id: shellpath.c,v 1. 3 2000-11-06 10:20:56sandervl Exp $ */1 /* $Id: shellpath.c,v 1.4 2001-04-03 18:42:42 sandervl Exp $ */ 2 2 /* 3 3 * Path Functions … … 347 347 348 348 for(i=0; lpszExtensions[i]; i++) 349 if (! strcmpiW(lpszExtension,lpszExtensions[i])) return TRUE;349 if (!lstrcmpiW(lpszExtension,lpszExtensions[i])) return TRUE; 350 350 351 351 return FALSE;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  