http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a464a
)
msxml4: Add version info.
author
Nikolay Sivov
<nsivov@codeweavers.com>
Mon, 21 Feb 2011 23:48:01 +0000
(
02:48
+0300)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 22 Feb 2011 11:30:46 +0000
(12:30 +0100)
dlls/msxml4/rsrc.rc
patch
|
blob
|
blame
|
history
diff --git
a/dlls/msxml4/rsrc.rc
b/dlls/msxml4/rsrc.rc
index ca055e4c5b463745aa74745cc1f07d7b22333344..4ca1abbb5b22d1cdc92c507bc7ab28176b3ed449 100644
(file)
--- a/
dlls/msxml4/rsrc.rc
+++ b/
dlls/msxml4/rsrc.rc
@@
-20,3
+20,12
@@
/* @makedep: msxml4_tlb.tlb */
1 TYPELIB msxml4_tlb.tlb
+
+#define WINE_FILEDESCRIPTION_STR "Wine MSXML 4.0"
+#define WINE_FILENAME_STR "msxml4.dll"
+#define WINE_FILEVERSION 4,20,9818,0
+#define WINE_FILEVERSION_STR "4.20.9818.0"
+#define WINE_PRODUCTVERSION 4,20,9818,0
+#define WINE_PRODUCTVERSION_STR "4.20.9818.0"
+
+#include "wine/wine_common_ver.rc"