mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Removed compiler warnings.
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
int strcasecmp(const char*, const char*);
|
||||
char* strdup(const char*);
|
||||
#else
|
||||
#define strcasecmp _stricmp
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user