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:
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