Wine is stripping comments from system register

Mike McCormack mike at codeweavers.com
Wed Aug 9 18:33:42 CDT 2006


Augusto Arcoverde da Rocha wrote:

> I'm tring store some marks as comments inside of system register, but
> when I start some wine process and it finish the comments have
> disappeared from the register file. Is this the expected behaviour?

Yes.

As the registry is both read and written, and there's no API level 
requirement to preserve comments, they're not preserved.

You could put them in tools/wine.inf if you like.

Mike



More information about the wine-devel mailing list