6 Oct
2025
6 Oct
'25
6:58 p.m.
There are 3 options: forward, -import, and nothing. Forward is different in the export table, and can indeed break some things. Nothing is the default, it simply jumps to the imported entry point. -import is the same but it generates a hot patch prefix before the jump. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9113#note_117720