comctl32: Update the version in the created version to the highest current version present on XP.
We don't need to create more than one because application dependencies can be resolved using shared assemblies with higher build and revision numbers.
This commit is contained in:
parent
6f917d49c1
commit
f2efcf5f59
|
@ -74,7 +74,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(commctrl);
|
|||
|
||||
#define NAME "microsoft.windows.common-controls"
|
||||
#define FILE "comctl32.dll"
|
||||
#define VERSION "6.0.0.0"
|
||||
#define VERSION "6.0.2600.2982"
|
||||
#define PUBLIC_KEY "6595b64144ccf1df"
|
||||
|
||||
#ifdef __i386__
|
||||
|
|
Loading…
Reference in New Issue