mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[MSCTF] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
@@ -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]);
|
||||
|
||||
@@ -106,7 +106,7 @@ reactos/dll/win32/msadp32.acm # Synced to WineStaging-4.0
|
||||
reactos/dll/win32/mscat32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mscms # Synced to WineStaging-4.0
|
||||
reactos/dll/win32/mscoree # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/msctf # Synced to WineStaging-3.9
|
||||
reactos/dll/win32/msctf # Synced to WineStaging-4.0
|
||||
reactos/dll/win32/msftedit # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msg711.acm # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msgsm32.acm # Synced to WineStaging-3.3
|
||||
|
||||
Reference in New Issue
Block a user