msxml4: Add version info.
This commit is contained in:
parent
a0a464ad81
commit
565a66654c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue