On Thursday 13 October 2005 18:24, Alexandre Julliard wrote:
Troy Rollo wine@troy.rollo.name writes:
So, what I propose to do is:
- 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).