From b5f763447c00049b954b7a77896813a8f6f2d128 Mon Sep 17 00:00:00 2001 From: Dmitry Borisov Date: Thu, 19 Jun 2025 00:54:44 +0600 Subject: [PATCH] [COMCTL32] Fix product verison (#7854) Specify the correct comctl version to fix tooltips in SIV software. --- dll/win32/comctl32/rsrc.rc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dll/win32/comctl32/rsrc.rc b/dll/win32/comctl32/rsrc.rc index 7779c8ec1fc..00376c56c4f 100644 --- a/dll/win32/comctl32/rsrc.rc +++ b/dll/win32/comctl32/rsrc.rc @@ -31,6 +31,15 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #define WINE_PRODUCTVERSION WINE_FILEVERSION #define WINE_PRODUCTVERSION_STR WINE_FILEVERSION_STR +#ifdef __REACTOS__ +/* + * SIV 5.80 expects that the "product version" string of the comctl32.dll file + * will have the "file version" format. This value is used to determine + * whether tooltip support is available. + */ +#define REACTOS_PRODUCTVERSION REACTOS_FILEVERSION +#endif + #include "wine/wine_common_ver.rc" /* @makedep: idt_check.bmp */