comctl32: Increase FILEVERSION up to 5.81.4704.1100

Saulius Krasuckas saulius2 at ar.fi.lt
Sun May 7 16:42:31 CDT 2006


Got the number from a DLL that comes with IE6.  
Using this ABBYY eFormFiller v2.5 installs OK.

---

 dlls/comctl32/comctl32.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

27fc50b64a30dbb50c187e944e8cd3fb94c770f7
diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h
index 005089d..0733567 100644
--- a/dlls/comctl32/comctl32.h
+++ b/dlls/comctl32/comctl32.h
@@ -147,9 +147,9 @@ INT  Str_GetPtrWtoA (LPCWSTR lpSrc, LPST
 BOOL Str_SetPtrAtoW (LPWSTR *lppDest, LPCSTR lpSrc);
 BOOL Str_SetPtrWtoA (LPSTR *lppDest, LPCWSTR lpSrc);
 
-#define COMCTL32_VERSION_MINOR 80
-#define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 0, 0
-#define WINE_FILEVERSIONSTR "5.80"
+#define COMCTL32_VERSION_MINOR 81
+#define WINE_FILEVERSION 5, COMCTL32_VERSION_MINOR, 4704, 1100
+#define WINE_FILEVERSIONSTR "5.81"
 
 /* Our internal stack structure of the window procedures to subclass */
 typedef struct _SUBCLASSPROCS {
-- 
1.3.2



More information about the wine-patches mailing list