Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-08-11 18:23:12 +0400
committerxhmikosr <xhmikosr@yahoo.com>2012-08-11 19:30:01 +0400
commit2ad91db093dc84d6cb56275cd5588dd240ce618d (patch)
tree5fa9845b0a45cf7c94b140e2d90e24a5bfaee06e /include
parent7e83e571f9d514fc8a153142791da60022316f23 (diff)
version.h: add _UNICODE in the check just in case
Diffstat (limited to 'include')
-rw-r--r--include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index eab96d861..212a393c7 100644
--- a/include/version.h
+++ b/include/version.h
@@ -35,7 +35,7 @@
#define MPC_VERSION_H
#ifndef _T
-#if defined(UNICODE) && !defined(ISPP_INVOKED)
+#if defined(UNICODE) || defined(_UNICODE) && !defined(ISPP_INVOKED)
#define _T(text) L##text
#else
#define _T(text) text