Ge van Geldorp gvg@reactos.com 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 is just a stub. Maybe it would be ok to turn our export 122 into an empty function too?
No, that would break Win9x apps. We aren't yet at the point where things can run properly in full Win2k mode.