13 Oct
2005
13 Oct
'05
8:59 a.m.
On Thursday 13 October 2005 18:24, Alexandre Julliard wrote:
Troy Rollo <wine(a)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).