Upgrade to CMake 3.21 (#631)

This commit is contained in:
Chuck Walbourn
2025-10-01 16:44:11 -07:00
committed by GitHub
parent f32f30d9b0
commit dafb841055
6 changed files with 14 additions and 19 deletions

View File

@@ -325,7 +325,7 @@ namespace
_Inout_ uint32_t& convFlags) noexcept
{
if (!pSource)
return E_INVALIDARG;
return E_POINTER;
metadata = {};
if (ddPixelFormat)