P4 to Git Change 1808513 by skudchad@skudchad_rocm on 2019/06/11 14:18:33

SWDEV-189012 - Fix Reg entry from REG_MULTI_SZ to REG_SZ to conform to Khronos standard. The installer has to be fixed next

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/opencl/khronos/icd/icd_windows_dxgk.c#5 edit
This commit is contained in:
foreman
2019-06-12 06:00:45 -04:00
parent ecfcea6c1d
commit 5070cfe55d
@@ -91,7 +91,7 @@ bool khrIcdOsVendorsEnumerateDXGK(void)
D3DDDI_QUERYREGISTRY_INFO* pQueryBuffer = NULL;
QueryArgs.QueryType = D3DDDI_QUERYREGISTRY_ADAPTERKEY;
QueryArgs.QueryFlags.TranslatePath = TRUE;
QueryArgs.ValueType = REG_MULTI_SZ;
QueryArgs.ValueType = REG_SZ;
#ifdef _WIN64
wcscpy_s(QueryArgs.ValueName, ARRAYSIZE(L"OpenCLDriverName"), L"OpenCLDriverName");
#else