riched20: Remove the unneeded DEFINE_STDCALL_WRAPPER.

Dylan Smith dylan.ah.smith at gmail.com
Thu Apr 7 10:45:42 CDT 2011


On Thu, Apr 7, 2011 at 5:30 AM, Michael Stefaniuc <mstefani at redhat.de>wrote:

> The COM methods are already __stdcall.
> ---
>  dlls/riched20/txthost.c |  128
> ++++++++++++++--------------------------------
>  1 files changed, 39 insertions(+), 89 deletions(-)
>
> COM methods are supposed to use the stdcall calling convention, but the
native riched20 and the native headers just defines ITextHost and
ITextServices to be a c++ class (i.e. using the thiscall calling
convention).  Just look at the native TextServ.h header.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20110407/9066e1aa/attachment.htm>


More information about the wine-devel mailing list