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@codeweavers.com
-- v4: include: Add errlup.idl. widl: Do not write "const" modifiers for _PARAM_STRUCT fields. widl: Always use NdrClientCall2() for interpreted stubs.