[ACPPAGE] Add windows ME to the Win98 selection item. Patch by Lee Schroeder. CORE-11606 #resolve #comment Thanks!

svn path=/trunk/; revision=71975
This commit is contained in:
Mark Jansen 2016-07-21 17:29:41 +00:00
parent 6ab411d1dc
commit ac99dacfb5

View file

@ -72,7 +72,7 @@ static struct {
const PCWSTR Name;
} g_CompatModes[] = {
{ L"Windows 95", L"WIN95" },
{ L"Windows 98", L"WIN98" },
{ L"Windows 98/ME", L"WIN98" },
{ L"Windows NT 4.0 (SP5)", L"NT4SP5" },
{ L"Windows 2000", L"WIN2000" },
{ L"Windows XP (SP2)", L"WINXPSP2" },