Changeset 244 for cpp/common/nonstd.h
- Timestamp:
- 05/31/14 21:31:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd.h
r227 r244 57 57 #endif 58 58 59 #if def MACOS59 #if defined MACOS || defined __ANDROID__ 60 60 #define stricmp(a,b) strcasecmp(a,b) 61 61 #endif
Note: See TracChangeset
for help on using the changeset viewer.