P4 to Git Change 1789084 by skudchad@skudchad_test2_win_opencl on 2019/05/29 14:48:38

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_hkr.c#3 edit


[ROCm/clr commit: 8e08c3302b]
Этот коммит содержится в:
foreman
2019-05-29 15:45:17 -04:00
родитель 6a21041718
Коммит b623ce4eb2
+1 -1
Просмотреть файл
@@ -128,7 +128,7 @@ static bool ReadOpenCLKey(DEVINST dnDevNode)
goto out;
}
if (REG_MULTI_SZ != dwLibraryNameType)
if (REG_SZ != dwLibraryNameType)
{
KHR_ICD_TRACE("Unexpected registry entry 0x%x! continuing\n", dwLibraryNameType);
goto out;