Commit cf0334b6 authored by Ludger Sprenker's avatar Ludger Sprenker Committed by Alexandre Julliard

windowscodecs: Add tests for IPropertyBag2.

parent dee40e90
TESTDLL = windowscodecs.dll
IMPORTS = gdi32 user32 ole32 windowscodecs
IMPORTS = windowscodecs oleaut32 ole32 user32 gdi32
C_SRCS = \
bitmap.c \
......@@ -11,6 +11,7 @@ C_SRCS = \
metadata.c \
palette.c \
pngformat.c \
propertybag.c \
stream.c \
tiffformat.c
......
......@@ -219,6 +219,7 @@ cpp_quote("#define WINCODEC_ERR_BADMETADATAHEADER 0x88982f63")
cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT 0x88982f80")
cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
cpp_quote("#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c")
cpp_quote("#define WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE 0x88982f8e")
cpp_quote("#define WINCODEC_ERR_WIN32ERROR 0x88982f94")
interface IWICPalette;
......
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