Commit 728255cf authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

user32: Add support for PNG icons.

parent f80b1f45
...@@ -2,6 +2,7 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_ ...@@ -2,6 +2,7 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_
MODULE = user32.dll MODULE = user32.dll
IMPORTLIB = user32 IMPORTLIB = user32
IMPORTS = gdi32 version advapi32 IMPORTS = gdi32 version advapi32
EXTRAINCL = $(PNG_CFLAGS)
DELAYIMPORTS = imm32 usp10 DELAYIMPORTS = imm32 usp10
C_SRCS = \ C_SRCS = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment