From 8617d7e00546f892c9084f7c382648b23d8bbb63 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Jun 2012 14:51:46 +0000 Subject: another portion of "#ifdef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/YAMN/proto/pop3/pop3opt.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'protocols/YAMN/proto') diff --git a/protocols/YAMN/proto/pop3/pop3opt.h b/protocols/YAMN/proto/pop3/pop3opt.h index c828c221e0..f3e1afa021 100644 --- a/protocols/YAMN/proto/pop3/pop3opt.h +++ b/protocols/YAMN/proto/pop3/pop3opt.h @@ -33,10 +33,8 @@ int POP3OptInit(WPARAM wParam,LPARAM lParam); BOOL DlgSetItemText(HWND hDlg,WPARAM wParam,const char*); BOOL DlgSetItemTextW(HWND hDlg,WPARAM wParam,const WCHAR*); -#if defined( _UNICODE ) - #define DlgSetItemTextT DlgSetItemTextW -#else - #define DlgSetItemTextT DlgSetItemText -#endif + +#define DlgSetItemTextT DlgSetItemTextW + #endif -- cgit v1.2.3