11 Jun
2025
11 Jun
'25
5:52 a.m.
NdrClientCall() should only be used in 32-bit mode when Oi or Oic stub optimizations are used. Currently our interpreted mode targets Oicf mode and other levels are not supported. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> -- v4: include: Add errlup.idl. widl: Do not write "const" modifiers for _PARAM_STRUCT fields. widl: Always use NdrClientCall2() for interpreted stubs. https://gitlab.winehq.org/wine/wine/-/merge_requests/8195