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.h

    r6112 r8596  
    4545
    4646#if defined(__IBMC__) || defined(__IBMCPP__)
    47 int strcasecmp( char *p1, char *p2 );
     47#undef strcasecmp
     48INT WINAPI strcasecmp(LPCSTR p1, LPCSTR p2);
    4849
    4950/* Borrowed from Apache NT Port and PHP */
Note: See TracChangeset for help on using the changeset viewer.