[PATCH] psapi: Replace .spec forwards by forward implementations.

Dmitry Timoshkov dmitry at baikal.ru
Thu Sep 19 05:36:58 CDT 2019


Alexandre Julliard <julliard at winehq.org> wrote:

> > 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?

I get enrties calling to itself because of psapi.h redefinitions,
if you know the recipe to avoid that then please add -import instead.

-- 
Dmitry.



More information about the wine-devel mailing list