Ignore:
Timestamp:
Apr 3, 2001, 8:42:42 PM (24 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shellpath.c

    r4561 r5461  
    1 /* $Id: shellpath.c,v 1.3 2000-11-06 10:20:56 sandervl Exp $ */
     1/* $Id: shellpath.c,v 1.4 2001-04-03 18:42:42 sandervl Exp $ */
    22/*
    33 * Path Functions
     
    347347
    348348        for(i=0; lpszExtensions[i]; i++)
    349           if (!strcmpiW(lpszExtension,lpszExtensions[i])) return TRUE;
     349          if (!lstrcmpiW(lpszExtension,lpszExtensions[i])) return TRUE;
    350350         
    351351        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.