Expand HWA over RDP to Windows 8.1 and 10.

This commit is contained in:
Fedor 2019-11-12 08:41:42 +03:00
parent fb349affec
commit 4685c88db9
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ GfxInfo::Init()
// Unfortunately, the Device ID is nullptr, and we can't enumerate
// it using the setup infrastructure (SetupDiGetClassDevsW below
// will return INVALID_HANDLE_VALUE).
if (mWindowsVersion == kWindows8 &&
if (mWindowsVersion >= kWindows8 &&
mDeviceID.Length() == 0 &&
mDeviceString.EqualsLiteral("RDPUDD Chained DD"))
{