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 12:43:12 +0400
committerJuris Miščenko <git-no-reply@zabbix.com>2014-04-10 12:43:12 +0400
commit6b13e66e69636f585af85ec7c902d9869efb5462 (patch)
tree1e9d771950af060a8e7a596ad6ad37b81d2f0459 /include/perfmon.h
parent4480f350edf511447600a24574e19012468b37eb (diff)
...G...... [ZBX-8031] converted all references to TCHAR to wchar_t; corrected target size passing in certain function calls; wrapped text literals in macros for correct conversion
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 cf8b82caf07..986af017dd8 100644
--- a/include/perfmon.h
+++ b/include/perfmon.h
@@ -44,7 +44,7 @@ typedef struct perf_counter_id
{
struct perf_counter_id *next;
unsigned long pdhIndex;
- TCHAR name[PDH_MAX_COUNTER_NAME];
+ wchar_t name[PDH_MAX_COUNTER_NAME];
}
PERF_COUNTER_ID;