mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Declare strcasecmp here as it isn't part of C99.
This commit is contained in:
parent
f52ae57d99
commit
6d6edb418b
@ -16,7 +16,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef __CYGWIN__
|
||||||
|
int strcasecmp(const char*, const char*);
|
||||||
|
#else
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user