On Mon Jan 20 21:24:30 2025 +0000, Paul Gofman wrote:
Do we need FLG_ADDREG_NOCLOBBER here (0x2 in 0x10003)? Doesn't really matter on first addition of the value, but then when the value is bumped this flag is going to keep the value first time set up in Wine prefix. Here in Proton (https://github.com/ValveSoftware/wine/commit/4b426217e7eae17388b44027dd21a74...) I recently added the same field without FWIW.
I added it because I didn't want the value to be overwritten from whatever the user set, but I might have misinterpreted what the flag does.