Based on original patch from Ethan Lee
Signed-off-by: Vijay Kiran Kamuju infyquest@gmail.com
Hi Vijay,
Can you please add stubs for DllRegisterServer, DllUnregisterServer to this patch. Even though they are added in the next patch, updating a prefix without these functions will cause a crash, if only this patch was accepted or during a bisect.
Regards Alistair
Hi Alistair,
On Fri, Jul 3, 2020 at 12:18 AM Alistair Leslie-Hughes leslie_alistair@hotmail.com wrote:
Hi Vijay,
Can you please add stubs for DllRegisterServer, DllUnregisterServer to this patch. Even though they are added in the next patch, updating a prefix without these functions will cause a crash, if only this patch was accepted or during a bisect.
Are you sure? As there are other dlls like directmanipulation, etc which were recently introduced, may not have this issue. Else should I merge the first and second patches. That seems to be a better solution.
Regards Alistair
Thanks, Vijay
On 7/2/20 5:18 PM, Alistair Leslie-Hughes wrote:
Hi Vijay,
Can you please add stubs for DllRegisterServer, DllUnregisterServer to this patch. Even though they are added in the next patch, updating a prefix without these functions will cause a crash, if only this patch was accepted or during a bisect.
This will only occur if the DLL is manually updated. "wineboot -u" does not attempt to call DllRegisterServer() for all DLLs, only those listed in "RegisterDllsSection" in wine.inf.