diff --git a/dlls/msxml4/rsrc.rc b/dlls/msxml4/rsrc.rc index ca055e4c5b4..4ca1abbb5b2 100644 --- 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"