Alexandre Julliard : msxml3: Add a WinSxS manifest resource.

Alexandre Julliard julliard at winehq.org
Thu Aug 25 13:00:19 CDT 2011


Module: wine
Branch: master
Commit: 64651a369b6d7c08f5f039571d0cf4ebe29cca61
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=64651a369b6d7c08f5f039571d0cf4ebe29cca61

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Aug 25 17:20:37 2011 +0200

msxml3: Add a WinSxS manifest resource.

---

 dlls/msxml3/msxml3.manifest |    5 +++++
 dlls/msxml3/version.rc      |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/dlls/msxml3/msxml3.manifest b/dlls/msxml3/msxml3.manifest
new file mode 100644
index 0000000..02793c1
--- /dev/null
+++ b/dlls/msxml3/msxml3.manifest
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+  <assemblyIdentity type="win32" name="Microsoft-Windows-MSXML30" version="6.0.6000.16386" processorArchitecture="" publicKeyToken="31bf3856ad364e35"/>
+  <file name="msxml3.dll"/>
+</assembly>
diff --git a/dlls/msxml3/version.rc b/dlls/msxml3/version.rc
index 21acf1b..127ecee 100644
--- a/dlls/msxml3/version.rc
+++ b/dlls/msxml3/version.rc
@@ -23,3 +23,6 @@
 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
 
 #include "wine/wine_common_ver.rc"
+
+/* @makedep: msxml3.manifest */
+WINE_MANIFEST 24 msxml3.manifest




More information about the wine-cvs mailing list