Ignore:
Timestamp:
Jun 8, 2002, 9:31:40 AM (23 years ago)
Author:
sandervl
Message:

KSO: compile fix

File:
1 edited

Legend:

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

    r7855 r8596  
    444444}
    445445
    446 int strcasecmp( char *p1, char *p2 )
     446INT WINAPI strcasecmp( LPCSTR p1, LPCSTR p2 )
    447447{
    448448    return stricmp( p1, p2 );
Note: See TracChangeset for help on using the changeset viewer.