<div dir="ltr"><div>Hi Piotr,</div><div>>Is there a reason for not updating the version in current manifest file?</div><div><br></div><div>I just noticed that for gdiplus there were different versions living side by side in winsxs, and I thought that was the way to go? I don`t have enough knowledge of this stuff so if you could give answer what way to go it`d be nice</div><div>Regards <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op ma 9 mei 2022 om 11:30 schreef Louis Lenders <<a href="mailto:xerox.xerox2000x@gmail.com">xerox.xerox2000x@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><a href="https://bugs.winehq.org/show_bug.cgi?id=52975" rel="noreferrer" target="_blank">https://bugs.winehq.org/show_bug.cgi?id=52975</a><br>
<br>
Signed-off-by: Louis Lenders <<a href="mailto:xerox.xerox2000x@gmail.com" target="_blank">xerox.xerox2000x@gmail.com</a>><br>
---<br>
 dlls/msvcr80/msvcr80.rc          | 3 +++<br>
 dlls/msvcr80/msvcr80_61.manifest | 7 +++++++<br>
 2 files changed, 10 insertions(+)<br>
 create mode 100644 dlls/msvcr80/msvcr80_61.manifest<br>
<br>
diff --git a/dlls/msvcr80/msvcr80.rc b/dlls/msvcr80/msvcr80.rc<br>
index 458c5df6f98..2d9f5457569 100644<br>
--- a/dlls/msvcr80/msvcr80.rc<br>
+++ b/dlls/msvcr80/msvcr80.rc<br>
@@ -20,3 +20,6 @@<br>
<br>
 /* @makedep: msvcr80.manifest */<br>
 WINE_MANIFEST 24 msvcr80.manifest<br>
+<br>
+/* @makedep: msvcr80.manifest */<br>
+WINE_MANIFEST61 24 msvcr80_61.manifest<br>
diff --git a/dlls/msvcr80/msvcr80_61.manifest b/dlls/msvcr80/msvcr80_61.manifest<br>
new file mode 100644<br>
index 00000000000..4298d242046<br>
--- /dev/null<br>
+++ b/dlls/msvcr80/msvcr80_61.manifest<br>
@@ -0,0 +1,7 @@<br>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><br>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><br>
+  <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.6195" processorArchitecture="" publicKeyToken="1fc8b3b9a1e18e3b"/><br>
+  <file name="msvcr80.dll"/><br>
+  <file name="msvcp80.dll"/><br>
+  <file name="msvcm80.dll"/><br>
+</assembly><br>
-- <br>
2.36.0<br>
<br>
</blockquote></div>