mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +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
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user