mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Resolves issue #6931
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user