Commit 1b37ac14 authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

windowscodecs: Add a general wrapper around the decoder interface.

parent cd778e0b
......@@ -14,6 +14,7 @@ C_SRCS = \
colortransform.c \
converter.c \
ddsformat.c \
decoder.c \
fliprotate.c \
gifformat.c \
icnsformat.c \
......
......@@ -343,4 +343,7 @@ struct unix_funcs
HRESULT get_unix_decoder(const CLSID *decoder_clsid, struct decoder_info *info, struct decoder **result);
extern HRESULT CommonDecoder_CreateInstance(struct decoder *decoder,
const struct decoder_info *decoder_info, REFIID iid, void** ppv) DECLSPEC_HIDDEN;
#endif /* WINCODECS_PRIVATE_H */
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