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-03-02 00:45:27 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-03-02 00:45:27 +0400
commitf87ea4f41b4ad755bbeaeec888b11e188c3f512c (patch)
tree6f93a857f5da24e1c2b632b33a90e0b1974683c1 /include/zbxtypes.h
parente1472f545af9b3721739cdec0441f8959e94d233 (diff)
.......... [ZBXNEXT-1633] updated to the latest trunk
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)