Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-25 20:34:57 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-25 20:34:57 +0400
commit7fecebcd8c1a7aa5453c18aada7ae3b869453264 (patch)
tree1095b325cf5b317711b2691b56ca5375adb9af55 /include/zbxtypes.h
parentdba97dd77fda0c8f950aca963dce9ed8bd5a8fdb (diff)
...G...... [ZBXNEXT-1550] Win32 metrics: fixed compilation error and warnings
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 6c6baf3b741..1e1f1f05b16 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -75,6 +75,8 @@
# define PATH_SEPARATOR '\\'
#endif
+# define strcasecmp lstrcmpiA
+
#else /* _WINDOWS */
# define zbx_stat(path, buf) stat(path, buf)