Re: Moving some 16-bit code

2004-09-23 Thread Alexandre Julliard
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

Moving some 16-bit code

2004-09-22 Thread Ge van Geldorp
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