wine.inf: powrprof registry entries

Vincent Béron vberon at mecano.gme.usherb.ca
Sat Apr 16 22:49:23 CDT 2005


Le sam 16/04/2005 à 23:35, Benjamin Cutler a écrit :
> Ok, one more try at this.
[snip]
> --- tools/wine.inf	11 Apr 2005 18:49:28 -0000	1.31
> +++ tools/wine.inf	17 Apr 2005 03:28:19 -0000
> @@ -41,6 +41,7 @@
>      MCI,\
>      Misc,\
>      Nls,\
> +    PowrProf,\
>      OLE,\
>      Tapi
>  

I guess AJ will want to keep them in alphabetical order...

> @@ -554,6 +555,11 @@
>  HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021004",,"a"
>  HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021404",,"9"
>  HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
> +
> +[PowrProf]
> +HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\PowerCfg","DiskSpinDownMax","3600"
> +HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\PowerCfg","DiskSpinDownMin","3"
> +HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\PowerCfg","LastID","5"

Your previous patch had the missing comma in each of those. Also, same
comment about alphabetical order here too.

Don't worry, the first patches are usually the toughest.

Vincent





More information about the wine-devel mailing list