[COMCTL32] Fix product verison (#7854)

Specify the correct comctl version to fix tooltips in SIV software.
This commit is contained in:
Dmitry Borisov
2025-06-18 20:54:44 +02:00
committed by GitHub
parent 8ff8f676b3
commit b5f763447c
+9
View File
@@ -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 */