mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[COMCTL32] Fix product verison (#7854)
Specify the correct comctl version to fix tooltips in SIV software.
This commit is contained in:
parent
8ff8f676b3
commit
b5f763447c
1 changed files with 9 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue