https://bugs.winehq.org/show_bug.cgi?id=50670
Bug ID: 50670 Summary: wineg++ cannot compile programs using shobjidl.h as of Wine 6.2 Product: Wine Version: 6.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mail@robbertvanderhelm.nl Distribution: ---
As of commit 0c19e2e487d36a89531daf4897c0b6390d82a843 shobidjl.h now contains a field named 'template', which is a C++ keyword and thus breaks compilation of any code that includes this header when using wineg++. The exact offending line can be found here:
https://github.com/wine-mirror/wine/commit/0c19e2e487d36a89531daf4897c0b6390...
Please let me know if any more information on this issue is needed!