On Tue, 22 Sep 2026 09:43:54 GMT, Daniel Jeliński <[email protected]> wrote:
> AFAICT `RRF_NOEXPAND` only makes sense with `RRF_RT_REG_EXPAND_SZ`, which you > don't use, so I think it's useless and safe to remove. Yeah, looking at the MS page https://learn.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-reggetvaluea it says RRF_NOEXPAND - Do not automatically expand environment strings if the value is of type **REG_EXPAND_SZ.** So I think we can remove it. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32987#issuecomment-5776287700
