#1106129 mingw-w64-x86-64-dev: Missing extern "C++" in guiddef.h

#1106129#5
Date:
2025-05-20 01:54:16 UTC
From:
To:
Dear Maintainer,

operator== and operator!= at the end of guiddef.h lack extern "C++".
This will cause compiler errors if any other operator== in the project
lacks the extern "C++" tag.

This is an upstream bug, but mingw's bug tracker is down,
so the best I can do is file it to a downstream.

Wine also has the same bug, I've submitted a patch to them.

https://gitlab.winehq.org/wine/wine/-/merge_requests/8089