Skip to content

Commit 9e198f2

Browse files
committed
feat(Uninstaller): Add new file "wsock32.dll" to list of files to uninstall
1 parent 57de5d7 commit 9e198f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/routes/uninstall_select.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ void InitializeUninstaller()
120120
{ "Millennium", std::make_tuple(ComponentState({ false, true }), MakeComponentProps({
121121
steamPath / "user32.dll",
122122
steamPath / "version.dll",
123+
steamPath / "wsock32.dll",
123124
steamPath / "ext" / "compat32" / "millennium_x86.dll",
124125
steamPath / "ext" / "compat32" / "python311.dll",
125126
steamPath / "ext" / "compat64" / "millennium_x64.dll",

0 commit comments

Comments
 (0)