mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[COMCTL32] Fix product verison (#7854)
Specify the correct comctl version to fix tooltips in SIV software.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user