mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[MSCTF] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
513e144197
commit
f089261cb9
2 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ static HRESULT WINAPI DocumentMgr_Pop(ITfDocumentMgr *iface, DWORD dwFlags)
|
|||
{
|
||||
int i;
|
||||
|
||||
for (i = 0; i < sizeof(This->contextStack)/sizeof(This->contextStack[0]); i++)
|
||||
for (i = 0; i < ARRAY_SIZE(This->contextStack); i++)
|
||||
if (This->contextStack[i])
|
||||
{
|
||||
ITfThreadMgrEventSink_OnPopContext(This->ThreadMgrSink, This->contextStack[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue