Skip to content

widl: Always use NdrClientCall2() for interpreted stubs.

Nikolay Sivov requested to merge nsivov/wine:widl_paramstruct into master

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

Merge request reports

Loading