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

@@ -3856,7 +3856,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
{
options.pstrName = const_cast<wchar_t*>(L"HeifCompressionMethod");
varValues.vt = VT_UI1;
#if defined(NTDDI_WIN10_CU)
#if defined(NTDDI_WIN10_CU) && !defined(__MINGW32__)
varValues.bVal = WICHeifCompressionNone;
#else
varValues.bVal = 0x1 /* WICHeifCompressionNone */;