mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[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:
parent
6ab411d1dc
commit
ac99dacfb5
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue