Skip to content

Implement missing Windows headers required for building cross-compiling WebRTC with mingw

This issue has two parts:

  1. stub out required missing types compiler is complaining about so browser builds
  2. submit patch to wine which includes new idl and makefile updates (Windows header definitions flow from wine to mingw)

@pierov's comments in #42616 (closed): #42616 (comment 3039183)

Some example mergerequests for similar work:

Per some friendly people in #winehackers on irc.libera.chat/6697 it's fine if we don't implement the not-implemented stubs since this is patch is for cross-compiling Windows software, not running Windows software that needs this functionality.

Edited by morgan
OSZAR »