(try 5) [2/4] imm32: do not let ImmDestroyContext destroy any default contexts

Nikolay Sivov bunglehead at gmail.com
Wed Sep 25 07:09:51 CDT 2013


On 9/25/2013 16:03, Aric Stewart wrote:
>           defaultContext = ImmCreateContext();
> +        if (defaultContext)
> +            ((InputContextData*)defaultContext)->threadDefault = TRUE;
I think a nicer way is to let ImmCreateContext() set this attribute.



More information about the wine-devel mailing list