- Timestamp:
- 08/27/15 00:03:45 (9 years ago)
- Location:
- cpp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd.h
r398 r424 60 60 #if defined MACOS || defined __ANDROID__ || defined IPHONE 61 61 #define stricmp(a,b) strcasecmp(a,b) 62 #define strnicmp(a,b,c) strncasecmp(a,b,c) 62 63 #endif 63 64 -
cpp/frams/util/rndutil.cpp
r286 r424 5 5 #include "rndutil.h" 6 6 #include <common/nonstd_math.h> 7 #ifndef IPHONE 7 8 #include <cstdint> 9 #endif 8 10 #include <stdlib.h> 9 11
Note: See TracChangeset
for help on using the changeset viewer.