[PATCH 1/2] gdi32: Add a string table resource for the translation.

Akihiro Sagawa sagawa.aki at gmail.com
Wed Oct 19 01:45:00 CDT 2011


On Tue, 18 Oct 2011 16:14:36 +0200, Alexandre Julliard wrote:
> Akihiro Sagawa <sagawa.aki at gmail.com> writes:
> 
> > @@ -1,7 +1,7 @@
> >  EXTRADEFS = -D_GDI32_
> >  MODULE    = gdi32.dll
> >  IMPORTLIB = gdi32
> > -IMPORTS   = advapi32
> > +IMPORTS   = advapi32 user32
> 
> You don't want to import user32 from gdi32.

LoadStringW is in user32.dll. Should I use DELAYIMPORTS instead?

-- 
Akihiro Sagawa




More information about the wine-devel mailing list