On Wed Feb 28 19:53:24 2024 +0000, Alexandre Julliard wrote:
Couldn't this be generated from winebuild instead?
We could, but it wouldn't help with binutils LD. PE header directories are generated by the linker, which is supposed to set its `LOAD_CONFIG_TABLE` entry to the value of `_load_config_used` symbol (and do other fixups, some of which winebuild could do itself). I think that setting those entries ourselves would need hacks like post-processing after linking.
Or is there another reason to prefer having it in winebuild?