msxml4: Add version info.

oldstable
Nikolay Sivov 2011-02-22 02:48:01 +03:00 committed by Alexandre Julliard
parent a0a464ad81
commit 565a66654c
1 changed files with 9 additions and 0 deletions

View File

@ -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"