Alfred Agrell (@Alcaro) commented about dlls/cryptowinrt/async.c:
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#define WIDL_using_Wine_Internal #include "private.h" +#include "initguid.h" +#include "async_private.h"
#include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(crypto); +WINE_DEFAULT_DEBUG_CHANNEL(input);
You sure you want to change the debug channel? If you want the files to be identical, maybe rename the channel to iasync, or something.
Same goes for three other async.c in this MR.