From 11fcecff7c310c2cc10bda2ab2fa2daf525be571 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 13 Mar 2013 08:00:41 +0000 Subject: - another portion of '#ifdef UNICODE' clean up git-svn-id: http://svn.miranda-ng.org/main/trunk@3993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/global.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'plugins/SendScreenshotPlus/src/global.h') diff --git a/plugins/SendScreenshotPlus/src/global.h b/plugins/SendScreenshotPlus/src/global.h index 4d773e4258..b6301a8caf 100644 --- a/plugins/SendScreenshotPlus/src/global.h +++ b/plugins/SendScreenshotPlus/src/global.h @@ -153,11 +153,9 @@ std::basic_string<_Elem> replace(const std::basic_string<_Elem> & Origninal, con #define MBS_DOWNARROW 0x00008000L // has arrow on the right #define MBF_UNICODE 1 -#ifdef _UNICODE - #define MBF_TCHAR MBF_UNICODE -#else - #define MBF_TCHAR 0 -#endif + +#define MBF_TCHAR MBF_UNICODE + // BUTTONADDTOOLTIP // use lParam=MBF_UNICODE to set unicode tooltips -- cgit v1.2.3