iexplore: Sync registry and program resource values.
Signed-off-by: Austin English <austinenglish@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1a7121b327
commit
bda46cc6fd
|
@ -18,10 +18,10 @@
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine Internet Explorer"
|
||||
#define WINE_FILENAME_STR "iexplore.exe"
|
||||
#define WINE_FILEVERSION 6,0,2900,2180
|
||||
#define WINE_FILEVERSION_STR "6.0.2900.2180"
|
||||
#define WINE_PRODUCTVERSION 6,0,2900,2180
|
||||
#define WINE_PRODUCTVERSION_STR "6.0.2900.2180"
|
||||
#define WINE_FILEVERSION 9,0,8112,16421
|
||||
#define WINE_FILEVERSION_STR "9.0.8112.16421"
|
||||
#define WINE_PRODUCTVERSION 9,0,8112,16421
|
||||
#define WINE_PRODUCTVERSION_STR "9.0.8112.16421"
|
||||
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue