summaryrefslogtreecommitdiff
path: root/plugins/QuickReplies/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/QuickReplies/common.h')
-rw-r--r--plugins/QuickReplies/common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/QuickReplies/common.h b/plugins/QuickReplies/common.h
index 1955edfded..e65994372c 100644
--- a/plugins/QuickReplies/common.h
+++ b/plugins/QuickReplies/common.h
@@ -59,11 +59,7 @@ extern HANDLE hQuickRepliesService;
extern HANDLE hOnModulesLoaded;
extern HANDLE hOnPreShutdown;
-#ifdef _UNICODE
- typedef std::wstring tString;
-#else
- typedef std::string tString;
-#endif //_UNICODE
+typedef std::wstring tString;
INT_PTR QuickRepliesService(WPARAM wParam, LPARAM lParam);