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-11-09 17:10:06 +0300
committerEugene Grigorjev <git-no-reply@zabbix.com>2006-11-09 17:10:06 +0300
commitea4b1a260447011824a54fb84a3b5e04d5563ef7 (patch)
tree62d628ad30e4d6936d22a05e4b842f5c4e49d9c0 /include/zbxtypes.h
parent5544ee8890ef5ff9cbab61447fb2780bd2439f0e (diff)
- compiled win32/64 agents
Diffstat (limited to 'include/zbxtypes.h')
-rwxr-xr-xinclude/zbxtypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index a76aa6fa436..3a541313ffe 100755
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -22,6 +22,10 @@
#if defined(_WINDOWS)
+#ifndef __UINT64_C
+# define __UINT64_C(x) x
+#endif /* __UINT64_C */
+
# define zbx_uint64_t __int64
# define ZBX_FS_UI64 "%I64u"