Module: wine Branch: master Commit: 484ea285db650306cd465b6ea1ccfac8c967bfb6 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=484ea285db650306cd465b6e...
Author: Louis. Lenders xerox_xerox2000@yahoo.co.uk Date: Tue Sep 12 21:15:59 2006 +0100
mshtml: Add version resource.
---
dlls/mshtml/rsrc.rc | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/rsrc.rc b/dlls/mshtml/rsrc.rc index 7837376..5e47ba9 100644 --- a/dlls/mshtml/rsrc.rc +++ b/dlls/mshtml/rsrc.rc @@ -22,6 +22,16 @@ #include "commctrl.h"
#include "resource.h"
+#define WINE_OLESELFREGISTER +#define WINE_FILEDESCRIPTION_STR "Wine HTML Viewer" +#define WINE_FILENAME_STR "mshtml.dll" +#define WINE_FILEVERSION 6,0,2800,1106 +#define WINE_FILEVERSION_STR "6.0.2800.1106" +#define WINE_PRODUCTVERSION 6,0,2800,1106 +#define WINE_PRODUCTVERSION_STR "6.0.2800.1106" + +#include "wine/wine_common_ver.rc" + #include "Bg.rc" #include "De.rc" #include "En.rc"