Dmitry Timoshkov dmitry@baikal.ru writes:
The application I'm working on hooks psapi.dll APIs and can't cope with PE forwards. Inspection of psapi.dll in Windows shows that it doesn't contain PE forwards at all.
Since the API names are prepened with K32 it's impossible to use -import in the .spec file for automatic forwards generation.
It should work fine with -import. Are you getting an error?