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:
authorAndris Zeila <andris.zeila@zabbix.com>2020-03-11 12:03:05 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-03-11 12:06:38 +0300
commit6516407225cb12182b608b48c25b5e6a29743884 (patch)
treededbac5bcc3b58869475972c1f895bc02320fbe1 /include/disk.h
parent279dd7ed7feff733c6da43656631d1982db08ba8 (diff)
...G...... [DEV-1434] added net.dns, net.dns.record, vfs.dir.count, vfs.dir.size metric support to agent2 on windows
* commit 'c7b3eed670171325bca880c57e2a15a0d9616c2b': .......... [DEV-1434] fixed warning of windows agent2 compilation .......... [DEV-1434] fixed zabbix_agentd compiling .......... [DEV-1434] added vfs.dir.* metric support .......... [DEV-1434] fixed windows dns metrics .......... [DEV-1434] add net.dns, net.dns.record supoprt via C code .......... [DEV-1434] moved dns metrics to separate file (cherry picked from commit 322a38b03c3217a832bef2c0186306a9bd964b2a)
Diffstat (limited to 'include/disk.h')
-rw-r--r--include/disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/disk.h b/include/disk.h
index 9dace978a11..d38bca139a2 100644
--- a/include/disk.h
+++ b/include/disk.h
@@ -20,7 +20,7 @@
#ifndef ZABBIX_DISK_H
#define ZABBIX_DISK_H
-#ifndef _WINDOWS
+#if !defined(_WINDOWS) && !defined(__MINGW32__)
# error "This module is only available for Windows OS"
#endif