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:42:50 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-03-02 00:42:50 +0400
commite1472f545af9b3721739cdec0441f8959e94d233 (patch)
tree12152cef9f6dfb191cf7147ad3f47d9f04d85e31 /include/zbxtypes.h
parent9f3f95fec905a471c39de1bb1bbf9597232c856f (diff)
.......... [ZBXNEXT-1633] undoing changes in r34062
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 1e1f1f05b16..6c6baf3b741 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -75,8 +75,6 @@
# define PATH_SEPARATOR '\\'
#endif
-# define strcasecmp lstrcmpiA
-
#else /* _WINDOWS */
# define zbx_stat(path, buf) stat(path, buf)