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>2009-12-04 18:28:43 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2009-12-04 18:28:43 +0300
commitdfbcfa75db1b78bd0eb29951c54b8af640004afa (patch)
treedb765938b1520ad33bbbd0e94742c0c3a626e02c /include/zbxtypes.h
parent20734bf6b402d47c47559ed0cba3c4ce2d2bef47 (diff)
- [DEV-438] added support of suffixes (K,M,G) in configuration parameters
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 01c3ae786c0..6b614332bf3 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -52,7 +52,7 @@
# define __UINT64_C(x) x
#endif /* __UINT64_C */
-# define zbx_uint64_t __int64
+# define zbx_uint64_t unsigned __int64
# define ZBX_FS_UI64 "%I64u"
# define ZBX_FS_UO64 "%I64o"
# define ZBX_FS_UX64 "%I64x"