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/perfmon.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/perfmon.h')
-rw-r--r--include/perfmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perfmon.h b/include/perfmon.h
index 986af017dd8..124d83b9556 100644
--- a/include/perfmon.h
+++ b/include/perfmon.h
@@ -73,7 +73,7 @@ PDH_STATUS zbx_PdhCollectQueryData(const char *function, const char *counterpath
PDH_STATUS zbx_PdhGetRawCounterValue(const char *function, const char *counterpath, PDH_HCOUNTER handle, PPDH_RAW_COUNTER value);
PDH_STATUS calculate_counter_value(const char *function, const char *counterpath, double *value);
-LPTSTR get_counter_name(DWORD pdhIndex);
+wchar_t *get_counter_name(DWORD pdhIndex);
int check_counter_path(char *counterPath);
#endif /* ZABBIX_PERFMON_H */