Ge van Geldorp <[EMAIL PROTECTED]> writes:
> dlls/shell32/control.c contains some 16-bit code (function RunDLL_CallEntry16),
> which I would like to separate out. I wonder if the attached patch is the
> correct way to do that?
No, it really has to be exported from shell32.
> On Win2k export 122
dlls/shell32/control.c contains some 16-bit code (function RunDLL_CallEntry16),
which I would like to separate out. I wonder if the attached patch is the
correct way to do that?
On Win2k export 122 is just a stub. Maybe it would be ok to turn our export 122
into an empty function too?
Ge van Geldo