From e521b812384a0e93f48e078c6cb248913dcc893a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 15 Jun 2012 20:04:13 +0000 Subject: another portion of "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@437 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/QuickReplies/common.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/QuickReplies') 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); -- cgit v1.2.3