30 Dec
2025
30 Dec
'25
2:41 p.m.
Nikolay Sivov (@nsivov) commented about include/radialcontrollerinterop.idl:
+ * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "inspectable.idl"; + +[ + uuid(1b0535c9-57ad-45c1-9d79-ad5c34360513) +] +interface IRadialControllerInterop : IInspectable +{ + HRESULT GetForWindow([in] HWND window, [in] REFIID riid, [out, retval, iid_is(riid)] void **radialcontroller); +} This definition is incorrect.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8394#note_126244