From d99821aa44682d28c980351abe227c5ef87a5d41 Mon Sep 17 00:00:00 2001 From: Philippe FOUBERT Date: Sun, 17 Jul 2016 12:22:37 +0200 Subject: [PATCH] Resolves issue #6931 --- modules/core/include/opencv2/core/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index 2dbb3c3403..39e66583d2 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -55,7 +55,7 @@ #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A) -#define CVAUX_STRW_EXP(__A) L#__A +#define CVAUX_STRW_EXP(__A) L ## #__A #define CVAUX_STRW(__A) CVAUX_STRW_EXP(__A) #if CV_VERSION_REVISION