comdlg32: Update version resource to values reported from XP.

This commit is contained in:
Stefan Leichter 2014-03-03 23:19:30 +01:00 committed by Alexandre Julliard
parent 9f2f30c412
commit 73a2408f27
1 changed files with 4 additions and 2 deletions

View File

@ -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"