The function strcasecmp is named _stricmp on Windows

This commit is contained in:
Micke Prag 2012-01-18 11:45:25 +01:00
parent eac97c3684
commit 5807bceda8

View file

@ -5,6 +5,10 @@
#include <ctime>
#include "../client/telldus-core.h"
#ifdef _WINDOWS
#define strcasecmp _stricmp
#endif
const int SUPPORTED_METHODS =
TELLSTICK_TURNON |
TELLSTICK_TURNOFF |