File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 BEGIN
3434 VALUE "FileDescription" ,"OpenCL Client DLL"
3535 VALUE "ProductName" ,OPENCL_ICD_LOADER_NAME_STRING
36- VALUE "LegalCopyright" ,"Copyright \251 The Khronos Group Inc 2016-2020"
36+ VALUE "LegalCopyright" ,L "Copyright \251 The Khronos Group Inc 2016-2020"
3737 VALUE "FileVersion" ,OPENCL_ICD_LOADER_VERSION_STRING ".0"
3838 VALUE "CompanyName" ,OPENCL_ICD_LOADER_VENDOR_STRING
3939 VALUE "InternalName" ,"OpenCL"
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ void *khrIcdOsLibraryLoad(const char *libraryName)
423423 }
424424 if (!hTemp )
425425 {
426- KHR_ICD_TRACE ("Failed to load driver. Windows error code is %d .\n" , GetLastError ());
426+ KHR_ICD_TRACE ("Failed to load driver. Windows error code is %" PRIuDW " .\n" , GetLastError ());
427427 }
428428 return (void * )hTemp ;
429429}
You can’t perform that action at this time.
0 commit comments