Changeset 244 for cpp/common/nonstd.h


Ignore:
Timestamp:
05/31/14 21:31:01 (10 years ago)
Author:
Maciej Komosinski
Message:

Printing multi-line messages splits the message into separate lines and adds "..." prefix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd.h

    r227 r244  
    5757#endif
    5858
    59 #ifdef MACOS
     59#if defined MACOS || defined __ANDROID__
    6060 #define stricmp(a,b) strcasecmp(a,b)
    6161#endif
Note: See TracChangeset for help on using the changeset viewer.