13 Oct
2005
13 Oct
'05
8:24 a.m.
Troy Rollo <wine(a)troy.rollo.name> writes:
They do not appear to be used anywhere outside of the file they are defined in, and it seems unlikely an app could ever have a legitimate use for them. Vitaliy suggested maybe they may have been inadvertently missed in a cleanup of cross-DLL calls.
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). -- Alexandre Julliard julliard(a)winehq.org