Re: (try 7)[1/5] imm32: Move thread data from TLSEntry to an internal list
9 Sep
2014
9 Sep
'14
5:31 a.m.
Aric Stewart <aric(a)codeweavers.com> writes:
+ if (thread_data->defaultContext) /* someone beat us */ + IMM_DestroyContext(defaultContext);
I don't think you should be doing that inside the thread lock.
+ IMMThreadData* thread_data = IMM_GetThreadData(0); + if (thread_data->hwndDefault == NULL) + thread_data->hwndDefault = CreateWindowExW( WS_EX_TOOLWINDOW,
That one is suspicious too. -- Alexandre Julliard julliard(a)winehq.org
4114
Age (days ago)
4114
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard