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:
authorEugene Grigorjev <git-no-reply@zabbix.com>2006-08-04 13:20:30 +0400
committerEugene Grigorjev <git-no-reply@zabbix.com>2006-08-04 13:20:30 +0400
commit7a7c161c500531d4f72498cafd23dba0d92a7eda (patch)
tree48e86ca4f7628935828c55a20870d3f20eff852b /include/daemon.h
parent703bddbbe7c4dd29ae9a5de00bd6474f13bff561 (diff)
- added ZABBIX agent for Win64 platforms. (Eugene)
Diffstat (limited to 'include/daemon.h')
-rwxr-xr-xinclude/daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/daemon.h b/include/daemon.h
index 5afea932e79..e683f3bda44 100755
--- a/include/daemon.h
+++ b/include/daemon.h
@@ -21,9 +21,9 @@
#ifndef ZABBIX_DAEMON_H
#define ZABBIX_DAEMON_H
-#if defined(WIN32)
+#if defined(_WINDOWS)
# error "This module allowed only for Linux OS"
-#endif
+#endif /* _WINDOWS */
#define USE_PID_FILE (1)