Changeset 398 for cpp/common
- Timestamp:
- 06/23/15 00:53:55 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd.h
r295 r398 54 54 #ifndef __CYGWIN__ 55 55 #define stricmp(a,b) strcasecmp(a,b) 56 #endif 56 #define strnicmp(a,b,c) strncasecmp(a,b,c) 57 #endif 57 58 #endif 58 59
Note: See TracChangeset
for help on using the changeset viewer.