Re: gdiplus: GdipCreateBitmapFromHICON implemented (with some tests)
Nikolay Sivov <bunglehead(a)gmail.com> writes:
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = gdiplus.dll IMPORTLIB = gdiplus -IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32 kernel32 +IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32 kernel32 shell32
It's a bit wasteful to import shell32 just to copy an icon. -- Alexandre Julliard julliard(a)winehq.org
Alexandre Julliard wrote:
Nikolay Sivov <bunglehead(a)gmail.com> writes:
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = gdiplus.dll IMPORTLIB = gdiplus -IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32 kernel32 +IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32 kernel32 shell32
It's a bit wasteful to import shell32 just to copy an icon.
Ok, I'll do it in place. What about a main part?
participants (2)
-
Alexandre Julliard -
Nikolay Sivov