From a1dc382812726be7dea5ba6b46f851e7767826ee Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Tue, 13 Oct 2020 15:26:48 +0300 Subject: [PATCH] evr/tests: Use wide string literals. Signed-off-by: Nikolay Sivov Signed-off-by: Alexandre Julliard --- dlls/evr/tests/evr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/evr/tests/evr.c b/dlls/evr/tests/evr.c index ff17f57b7ef..6a69305c9e5 100644 --- a/dlls/evr/tests/evr.c +++ b/dlls/evr/tests/evr.c @@ -29,7 +29,7 @@ #include "initguid.h" #include "evr9.h" -static const WCHAR sink_id[] = {'E','V','R',' ','I','n','p','u','t','0',0}; +static const WCHAR sink_id[] = L"EVR Input0"; static void set_rect(MFVideoNormalizedRect *rect, float left, float top, float right, float bottom) {