mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
[T2EMBED] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
312e0bf079
commit
9622551c51
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ LONG WINAPI TTIsEmbeddingEnabledForFacename(LPCSTR facename, BOOL *enabled)
|
|||
DWORD name_len, value_len, value, type;
|
||||
CHAR name[LF_FACESIZE];
|
||||
|
||||
name_len = sizeof(name)/sizeof(*name);
|
||||
name_len = ARRAY_SIZE(name);
|
||||
value_len = sizeof(value);
|
||||
ret = RegEnumValueA(hkey, index++, name, &name_len, NULL, &type, (BYTE*)&value, &value_len);
|
||||
if (ret || type != REG_DWORD)
|
||||
|
|
|
@ -182,7 +182,7 @@ reactos/dll/win32/stdole2.tlb # Synced to WineStaging-3.3
|
|||
reactos/dll/win32/stdole32.tlb # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/sti # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/sxs # Synced to WineStaging-4.0
|
||||
reactos/dll/win32/t2embed # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/t2embed # Synced to WineStaging-4.0
|
||||
reactos/dll/win32/tapi32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/traffic # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/twain_32 # Synced to WineStaging-3.3
|
||||
|
|
Loading…
Reference in a new issue