Discussion:
[Mingw-w64-public] [PATCH] Add missed files to 'mfplat' (x86-64, x86)
Ruslan Garipov
2017-07-24 20:28:48 UTC
Permalink
This commit adds to `mfplat' import library some of Microsoft Media
Foundation functions declared in the MinGW-w64 headers but missed in the
import libraries for x86-64 and x86.

Signed-off-by: Ruslan Garipov <***@gmail.com>
---
mingw-w64-crt/lib32/mfplat.def | 53
++++++++++++++++++++++++++++++++++++++++++
mingw-w64-crt/lib64/mfplat.def | 53
++++++++++++++++++++++++++++++++++++++++++
2 files changed, 106 insertions(+)

This patch is based on the DEF file provided by John Warburton in his
[message] [1]. But the patch contains only those functions that are
missed in the mingw-w64's import libraries and does not include
undocumented (not declared in Microsoft Windows SDK) functions, and
functions that require additional new declarations to be made in header
files, like new COM interfaces, etc.

[1] https://sourceforge.net/p/mingw-w64/mailman/message/35961199/
"Re: [Mingw-w64-public] MFTEnumEx in lib64 / lib 32"

Loading...