mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[IEFRAME][IEXPLORE] Consistently set IE version. Brought to you by Jared. CORE-9395
svn path=/trunk/; revision=66835
This commit is contained in:
parent
c8a8ae2c87
commit
9bf84c49e8
2 changed files with 8 additions and 8 deletions
|
@ -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 8,0,6001,18702
|
||||
#define WINE_FILEVERSION_STR "8.0.6001.18702"
|
||||
#define WINE_PRODUCTVERSION 8,0,6001,18702
|
||||
#define WINE_PRODUCTVERSION_STR "8.0.6001.18702"
|
||||
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
|
@ -104,10 +104,10 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Internet Browser"
|
||||
#define WINE_FILENAME_STR "ieframe.dll"
|
||||
#define WINE_FILEVERSION 8,00,7601,17601
|
||||
#define WINE_FILEVERSION_STR "8.00.7601.17601"
|
||||
#define WINE_PRODUCTVERSION 8,00,7601,17601
|
||||
#define WINE_PRODUCTVERSION_STR "8.00.7601.17601"
|
||||
#define WINE_FILEVERSION 8,0,6001,18702
|
||||
#define WINE_FILEVERSION_STR "8.0.6001.18702"
|
||||
#define WINE_PRODUCTVERSION 8,0,6001,18702
|
||||
#define WINE_PRODUCTVERSION_STR "8.0.6001.18702"
|
||||
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
|
||||
|
||||
#include <wine/wine_common_ver.rc>
|
||||
|
|
Loading…
Reference in a new issue