summaryrefslogtreecommitdiff
path: root/src/modules/help/about.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-15 14:13:45 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-15 14:13:45 +0000
commit4aa6229698b946e52ce19018aaf13f8b92fb168e (patch)
tree29334e8c5ee492a80f11a97fedab2373b8fbb392 /src/modules/help/about.cpp
parent5e8e561a80d1ac9ca1c2f1c3d388105733ed4e4e (diff)
another portion of "#ifsef Unicode" removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@426 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/help/about.cpp')
-rw-r--r--src/modules/help/about.cpp6
1 files changed, 1 insertions, 5 deletions
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)
{