Module: wine Branch: master Commit: bbc57572630a60674086eccd788e0200988c730d URL: http://source.winehq.org/git/wine.git/?a=commit;h=bbc57572630a60674086eccd78...
Author: Aric Stewart aric@codeweavers.com Date: Wed Sep 5 17:43:10 2007 +0900
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 5917a9b..5e74a16 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 e769123..19bbb77 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 */