summaryrefslogtreecommitdiff
path: root/plugins/HistoryLinkListPlus/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryLinkListPlus/src/stdafx.h')
-rw-r--r--plugins/HistoryLinkListPlus/src/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/HistoryLinkListPlus/src/stdafx.h b/plugins/HistoryLinkListPlus/src/stdafx.h
index 37859b91b2..e0ff6adecd 100644
--- a/plugins/HistoryLinkListPlus/src/stdafx.h
+++ b/plugins/HistoryLinkListPlus/src/stdafx.h
@@ -76,9 +76,9 @@
struct LISTELEMENT {
BYTE direction;
BYTE type;
- TCHAR date[DATE_SIZE];
- TCHAR time[TIME_SIZE];
- TCHAR link[LINK_MAX];
+ wchar_t date[DATE_SIZE];
+ wchar_t time[TIME_SIZE];
+ wchar_t link[LINK_MAX];
MEVENT hEvent;
int linePos;
struct LISTELEMENT *nextElement;