Ignore:
Timestamp:
Feb 9, 2002, 11:53:19 PM (24 years ago)
Author:
bird
Message:

Corrected lstrcmpiA declaration missmatch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/utils.c

    r6112 r7855  
    449449}
    450450
    451 int lstrcmpiA( char *p1, char *p2 )
     451INT WINAPI lstrcmpiA(LPCSTR p1, LPCSTR p2)
    452452{
    453453    return stricmp( p1, p2 );
Note: See TracChangeset for help on using the changeset viewer.