diff options
Diffstat (limited to 'protocols/YAMN/proto')
-rw-r--r-- | protocols/YAMN/proto/pop3/pop3opt.h | 8 |
1 files changed, 3 insertions, 5 deletions
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
|