From 9842bf333a646cfe62135767d8ea05ebc6faa897 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Thu, 17 Nov 2016 13:07:34 -0600 Subject: [PATCH] wbemprox: Return a non-null UUID for Win32_ComputerSystemProduct.UUID if nothing better is available. Signed-off-by: Hans Leidekker Signed-off-by: Alexandre Julliard --- dlls/wbemprox/builtin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c index 718b818e109..b0f5faa4216 100644 --- a/dlls/wbemprox/builtin.c +++ b/dlls/wbemprox/builtin.c @@ -714,8 +714,8 @@ static const WCHAR compsys_modelW[] = static const WCHAR compsysproduct_identifyingnumberW[] = {'0',0}; static const WCHAR compsysproduct_uuidW[] = - {'0','0','0','0','0','0','0','0','-','0','0','0','0','-','0','0','0','0','-','0','0','0','0','-', - '0','0','0','0','0','0','0','0','0','0','0','0',0}; + {'d','e','a','d','d','e','a','d','-','d','e','a','d','-','d','e','a','d','-','d','e','a','d','-', + 'd','e','a','d','d','e','a','d','d','e','a','d',0}; static const WCHAR diskdrive_interfacetypeW[] = {'I','D','E',0}; static const WCHAR diskdrive_manufacturerW[] = -- 2.11.4.GIT