comdlg32: Update version resource to values reported from XP.
This commit is contained in:
parent
9f2f30c412
commit
73a2408f27
|
@ -497,8 +497,10 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Common Dialog Boxes"
|
||||
#define WINE_FILENAME_STR "comdlg32.dll"
|
||||
#define WINE_FILEVERSION 4,0,0,950 /* Maybe 4.1.0.980 for win98?? */
|
||||
#define WINE_FILEVERSION_STR "4.0"
|
||||
#define WINE_FILEVERSION 6,0,2900,5512
|
||||
#define WINE_FILEVERSION_STR "6.00.2900.5512"
|
||||
#define WINE_PRODUCTVERSION 6,0,2900,5512
|
||||
#define WINE_PRODUCTVERSION_STR "6.00.2900.5512"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
||||
|
|
Loading…
Reference in New Issue