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/pid.h
parent703bddbbe7c4dd29ae9a5de00bd6474f13bff561 (diff)
- added ZABBIX agent for Win64 platforms. (Eugene)
Diffstat (limited to 'include/pid.h')
-rw-r--r--include/pid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pid.h b/include/pid.h
index 5895610b18d..635b9578aa5 100644
--- a/include/pid.h
+++ b/include/pid.h
@@ -20,9 +20,9 @@
#ifndef ZABBIX_PID_H
#define ZABBIX_PID_H
-#if defined(WIN32)
+#if defined(_WINDOWS)
# error "This module allowed only for Linux OS"
-#endif
+#endif /* _WINDOWS */
int create_pid_file(const char *pidfile);
void drop_pid_file(const char *pidfile);