Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2019-10-18 09:06:42 +08:00
commit 4ea7de218b
6 changed files with 11 additions and 18 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"))
{