mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[SHELL32] DoGetProductType should check "LanmanNT" value.
CORE-13795
This commit is contained in:
@@ -92,6 +92,8 @@ DoGetProductType(PNT_PRODUCT_TYPE ProductType)
|
||||
{
|
||||
if (lstrcmpW(szValue, L"WinNT") == 0)
|
||||
*ProductType = NtProductWinNt;
|
||||
else if (lstrcmpW(szValue, L"LanmanNT") == 0)
|
||||
*ProductType = NtProductLanManNt;
|
||||
}
|
||||
|
||||
s_dwProductType = *ProductType;
|
||||
|
||||
Reference in New Issue
Block a user