[PATCH 5/5] evr/tests: Use wide string literals.

Nikolay Sivov nsivov at codeweavers.com
Tue Oct 13 07:26:48 CDT 2020


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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)
 {
-- 
2.28.0




More information about the wine-devel mailing list