Changeset 398


Ignore:
Timestamp:
06/23/15 00:53:55 (9 years ago)
Author:
Maciej Komosinski
Message:

Linux/Windows? compatibility (gcc/MSVC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd.h

    r295 r398  
    5454 #ifndef __CYGWIN__
    5555  #define stricmp(a,b) strcasecmp(a,b)
    56  #endif
     56  #define strnicmp(a,b,c) strncasecmp(a,b,c)
     57#endif
    5758#endif
    5859
Note: See TracChangeset for help on using the changeset viewer.