Ignore:
Timestamp:
Jan 10, 2011, 11:50:46 PM (15 years ago)
Author:
abwillis
Message:

Ticket #26 allow wrc to build for Open Watcom.

File:
1 edited

Legend:

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

    r10425 r21551  
    477477    return stricmp( p1, p2 );
    478478}
    479 
     479#if defined(__IBMC__)
    480480INT WINAPI lstrcmpiA(LPCSTR p1, LPCSTR p2)
    481481{
     
    484484
    485485#endif
     486#endif
Note: See TracChangeset for help on using the changeset viewer.