Shachar Shemesh wine-devel@shemesh.biz writes:
It seems that I won't be able to use the forwarding inside the spec file. I'm not sure exactly why that is, but I think the unicows.lib link time library tries to load stuff by doing "GetModuleHandle", and then fetching relative values from that place. Is there a plausable assumption about PE memory layout? Is this something that Win32 properly defines? Do we have such a format for winelib dlls?
Yes, builtin dlls have a PE header, so this kind of thing is supposed to work. Could you please give us more details on what happens here?