From 4aa6229698b946e52ce19018aaf13f8b92fb168e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 15 Jun 2012 14:13:45 +0000 Subject: another portion of "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@426 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/help/about.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/modules/help') diff --git a/src/modules/help/about.cpp b/src/modules/help/about.cpp index d1dc8bac5c..de962109fb 100644 --- a/src/modules/help/about.cpp +++ b/src/modules/help/about.cpp @@ -22,11 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "..\..\core\commonheaders.h" -#if defined( _UNICODE ) - #define STR_VERSION_FORMAT "%s%S%S" -#else - #define STR_VERSION_FORMAT "%s%s%s" -#endif +#define STR_VERSION_FORMAT "%s%S%S" INT_PTR CALLBACK DlgProcAbout(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { -- cgit v1.2.3