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>2012-05-16 10:31:12 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2012-05-16 10:31:12 +0400
commit65f854c4f68b9787b85f4bebb6fecba8fc08e18f (patch)
treecba4a07d6817ed61ab665eaf89c113b04f125ea5 /include/service.h
parentf6cc49ce26bbcd5aeac19b034f596be1279469e2 (diff)
...G...PS. [ZBXNEXT-1220] stylistic changes
Diffstat (limited to 'include/service.h')
-rw-r--r--include/service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/service.h b/include/service.h
index d47f37eb20c..f0d9a4ab51f 100644
--- a/include/service.h
+++ b/include/service.h
@@ -20,9 +20,9 @@
#ifndef ZABBIX_SERVICE_H
#define ZABBIX_SERVICE_H
-#if !defined(_WINDOWS)
-# error "This module allowed only for Windows OS"
-#endif /* _WINDOWS */
+#ifndef _WINDOWS
+# error "This module is only available for Windows OS"
+#endif
#include "threads.h"