[PATCH] explorer: Create CurrentControlSet\Control\Video registry key as non-volatile.

Alexandre Julliard julliard at winehq.org
Mon Apr 22 12:44:14 CDT 2019


Vijay Kiran Kamuju <infyquest at gmail.com> writes:

> On Mon, Apr 22, 2019 at 7:20 PM Alexandre Julliard <julliard at winehq.org> wrote:
>>
>> Zhiyi Zhang <zzhang at codeweavers.com> writes:
>>
>> > I think it's better to add this key in wine.inf
>>
>> No, if there's existing code to create the subkey, it should create the
>> top-level key too. That's better than relying on wine.inf.
>>
>> --
>> Alexandre Julliard
>> julliard at winehq.org
> But the subkey is created as volatitle, the parent key is also created
> as volatile.
> But in windows, the parent key is not volatile.
> Hence I think if the parent key is created via the wine.inf file, its better.

No, it should be created as non-volatile in the code that uses
it. There's no reason to split the creation of that key in two different
places.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list