mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
wine.inf: Use FLG_ADDREG_NOCLOBBER for CurrentMajor/MinorVersionNumber.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54844
This commit is contained in:
parent
602e7f891d
commit
956e580f06
Notes:
Alexandre Julliard
2023-04-17 22:53:35 +02:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/-/merge_requests/2660
1 changed files with 2 additions and 2 deletions
|
@ -2500,8 +2500,8 @@ HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Ca
|
|||
|
||||
[VersionInfo]
|
||||
HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.3"
|
||||
HKLM,%CurrentVersionNT%,"CurrentMajorVersionNumber",0x10001,10
|
||||
HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10001,0
|
||||
HKLM,%CurrentVersionNT%,"CurrentMajorVersionNumber",0x10003,10
|
||||
HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10003,0
|
||||
HKLM,%CurrentVersionNT%,"CurrentBuild",2,"18362"
|
||||
HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"18362"
|
||||
HKLM,%CurrentVersionNT%,"CurrentType",2,"Multiprocessor Free"
|
||||
|
|
Loading…
Reference in a new issue