Stefan Leichter : comdlg32: Update version resource to values reported from XP.

Alexandre Julliard julliard at winehq.org
Tue Mar 4 14:08:50 CST 2014


Module: wine
Branch: master
Commit: 73a2408f27a7454f9fccd3558dd20286d52eda25
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=73a2408f27a7454f9fccd3558dd20286d52eda25

Author: Stefan Leichter <Stefan.Leichter at camline.com>
Date:   Mon Mar  3 23:19:30 2014 +0100

comdlg32: Update version resource to values reported from XP.

---

 dlls/comdlg32/comdlg32.rc |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dlls/comdlg32/comdlg32.rc b/dlls/comdlg32/comdlg32.rc
index 6942194..32eded5 100644
--- a/dlls/comdlg32/comdlg32.rc
+++ b/dlls/comdlg32/comdlg32.rc
@@ -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"
 




More information about the wine-cvs mailing list