From bbc57572630a60674086eccd788e0200988c730d Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Wed, 5 Sep 2007 17:43:10 +0900 Subject: [PATCH] comctl32: Flesh out version info. --- dlls/comctl32/comctl32.h | 2 -- dlls/comctl32/rsrc.rc | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h index 5917a9b2cf4..5e74a1600b6 100644 --- a/dlls/comctl32/comctl32.h +++ b/dlls/comctl32/comctl32.h @@ -153,8 +153,6 @@ BOOL Str_SetPtrAtoW (LPWSTR *lppDest, LPCSTR lpSrc); BOOL Str_SetPtrWtoA (LPSTR *lppDest, LPCWSTR lpSrc); #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 { diff --git a/dlls/comctl32/rsrc.rc b/dlls/comctl32/rsrc.rc index e76912352c8..19bbb777e95 100644 --- a/dlls/comctl32/rsrc.rc +++ b/dlls/comctl32/rsrc.rc @@ -27,6 +27,13 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#define WINE_FILEDESCRIPTION_STR "Wine Common Controls" +#define WINE_FILENAME_STR "comctl32.dll" +#define WINE_FILEVERSION COMCTL32_VERSION, COMCTL32_VERSION_MINOR, 4704, 1100 +#define WINE_FILEVERSIONSTR "5.81" +#define WINE_PRODUCTVERSION WINE_FILEVERSION +#define WINE_PRODUCTVERSION_STR WINE_FILEVERSIONSTR + #include "wine/wine_common_ver.rc" /* BINRES idt_check.bmp */ -- 2.11.4.GIT