mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
[USP10]
* Sync to Wine 1.5.4. svn path=/trunk/; revision=56637
This commit is contained in:
parent
e46d08cab2
commit
28714f89df
2 changed files with 4 additions and 3 deletions
|
@ -492,7 +492,7 @@ const scriptData scriptInformation[] = {
|
|||
{{Script_Myanmar, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}},
|
||||
{0x55, 0, 1, 1, 1, DEFAULT_CHARSET, 0, 0, 0, 0, 1, 0, 0, 0, 0},
|
||||
MS_MAKE_TAG('m','y','m','r'),
|
||||
{0}},
|
||||
{'M','y','a','n','m','a','r',' ','T','e','x','t',0}},
|
||||
{{Script_Myanmar_Numeric, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}},
|
||||
{0x55, 1, 1, 0, 0, DEFAULT_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
MS_MAKE_TAG('m','y','m','r'),
|
||||
|
@ -2665,7 +2665,8 @@ HRESULT WINAPI ScriptBreak(const WCHAR *chars, int count, const SCRIPT_ANALYSIS
|
|||
{
|
||||
TRACE("(%s, %d, %p, %p)\n", debugstr_wn(chars, count), count, sa, la);
|
||||
|
||||
if (!la) return S_FALSE;
|
||||
if (count < 0 || !la) return E_INVALIDARG;
|
||||
if (count == 0) return E_FAIL;
|
||||
|
||||
BREAK_line(chars, count, sa, la);
|
||||
|
||||
|
|
|
@ -168,7 +168,7 @@ reactos/dll/win32/twain_32 # Out of sync
|
|||
reactos/dll/win32/updspapi # Synced to Wine-1.3.37
|
||||
reactos/dll/win32/url # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/urlmon # Autosync
|
||||
reactos/dll/win32/usp10 # Synced to Wine-1.4
|
||||
reactos/dll/win32/usp10 # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/uxtheme # Forked
|
||||
reactos/dll/win32/version # Autosync
|
||||
reactos/dll/win32/wer # Autosync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue