Re: [PATCH v3 0/2] MR4251: windows.ui: Add stubs for InputPane class
21 Jan
2024
21 Jan
'24
5:43 p.m.
On Sun Jan 21 11:55:06 2024 +0000, Rémi Bernon wrote:
```suggestion:-7+0 static HRESULT WINAPI inputpane_interop_GetForWindow( IInputPaneInterop *iface, HWND window, REFIID riid, void **inputpane ) { struct inputpane_statics *impl = impl_from_IInputPaneInterop( iface ); TRACE( "window %p, riid %s, inputpane %p\n", window, debugstr_guid( riid ), inputpane ); factory_ActivateInstance( &impl->IActivationFactory_iface, (IInspectable **)inputpane ); return S_OK; ```
fixed -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4251#note_58335
776
Age (days ago)
776
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fabian Maurer (@DarkShadow44)