summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistorySweeperLight/src/stdafx.h')
-rw-r--r--plugins/HistorySweeperLight/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistorySweeperLight/src/stdafx.h b/plugins/HistorySweeperLight/src/stdafx.h
index 5172588f6b..5d68a9c2bb 100644
--- a/plugins/HistorySweeperLight/src/stdafx.h
+++ b/plugins/HistorySweeperLight/src/stdafx.h
@@ -56,8 +56,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
extern LIST<void> g_hWindows;
// options.c
-extern char* time_stamp_strings[];
-extern char* keep_strings[];
+extern wchar_t* time_stamp_strings[];
+extern wchar_t* keep_strings[];
int HSOptInitialise(WPARAM wParam, LPARAM lParam);
void InitIcons(void);
void ReleaseIconEx(const char* name);