Skip to content

Commit 13cf5d6

Browse files
jgautier-anssifabienfl-orc
authored andcommitted
OrcLib: SystemDetails: fix XP build 2600 (SP2/SP3)
2600 is used for both
1 parent c0b8a1e commit 13cf5d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OrcLib/SystemDetails.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ void SystemDetails::GetTagsFromBuildId(uint32_t ProductType, uint32_t build, Sys
508508
break;
509509
case 2600:
510510
tags.insert(L"WindowsXP");
511-
tags.insert(L"Release#SP2");
512511
break;
513512
default:
514513
Log::Warn(L"Build number {} is not associated with any known Windows release", build);

0 commit comments

Comments
 (0)