Nikolay Sivov (@nsivov) commented about dlls/mfplat/Makefile.in:
MODULE = mfplat.dll IMPORTLIB = mfplat -IMPORTS = advapi32 ole32 dmoguids mfuuid propsys rtworkq kernelbase +IMPORTS = advapi32 ole32 dmoguids mfuuid propsys rtworkq kernelbase winhttp
Is there an evidence we should use winhttp? Is it going to need any other protocols? If yes, how is it implemented on Windows? If it turns out we need something else in addition to winhttp later, this will need more work to structure it properly.