[PATCH] kernel32/tests: Fix a test failure on Windows XP.

Sven Baars sven.wine at gmail.com
Fri Sep 27 10:55:36 CDT 2019


On 27-09-19 17:51, Alexandre Julliard wrote:
> It would be better to make sure that fill_sxs_info() initializes things
> correctly, instead of zeroing everything to hide the bug.
> 
It does fill it correctly, but never gets called for dll_2 because
CreateActCtxA fails on XP (as stated in fill_sxs_info). I initialized
both to 0 to make it look more consistent, but only dll_2 actually has
to be initialized to 0.


Sven



More information about the wine-devel mailing list