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:
authorJuris Miščenko <git-no-reply@zabbix.com>2014-04-10 16:02:43 +0400
committerJuris Miščenko <git-no-reply@zabbix.com>2014-04-10 16:02:43 +0400
commit576275a3bda855055b3c084a1a4540f3b1e71945 (patch)
tree2538a6101f24bcc9f2bc56f82e84cfae490fe940 /include/log.h
parent6b13e66e69636f585af85ec7c902d9869efb5462 (diff)
...G...... [ZBX-8031] changed all occurrences of LP[C[W|T]]*STR to proper C types to avoid confusion
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h
index fe637775789..f19b75e4c38 100644
--- a/include/log.h
+++ b/include/log.h
@@ -65,7 +65,7 @@ int zabbix_check_log_level(int level);
char *zbx_strerror(int errnum);
char *strerror_from_system(unsigned long error);
#ifdef _WINDOWS
-char *strerror_from_module(unsigned long error, LPCTSTR module);
+char *strerror_from_module(unsigned long error, const wchar_t *module);
#endif
#if defined(_WINDOWS)