Changeset 424 for cpp/common/nonstd.h


Ignore:
Timestamp:
08/27/15 00:03:45 (9 years ago)
Author:
Maciej Komosinski
Message:

iOS compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd.h

    r398 r424  
    6060#if defined MACOS || defined __ANDROID__ || defined IPHONE
    6161 #define stricmp(a,b) strcasecmp(a,b)
     62 #define strnicmp(a,b,c) strncasecmp(a,b,c)
    6263#endif
    6364
Note: See TracChangeset for help on using the changeset viewer.