DefDlgProc* broken for (at least) WM_GETTEXT

Troy Rollo wine at troy.rollo.name
Thu Oct 13 03:59:31 CDT 2005


On Thursday 13 October 2005 18:24, Alexandre Julliard wrote:
> Troy Rollo <wine at troy.rollo.name> writes:

> > So, what I propose to do is:
> >
> > 1. make __wine_call_wndproc_32A and __wine_call_wndproc_32W static (and
> > hence not exported)
>
> You can't do that, they need to be exported so that they can be called
> from 16-bit code (look at how 16->32 thunks are implemented).

OK, well an alternative is to do the same with them as with the 
CallWindowProc* entry points (rename them, add the extra parameter to each, 
and add new entry points under the existing names calling the versions with 
the BOOL parameter).



More information about the wine-devel mailing list