Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
df4b0a83
Commit
df4b0a83
authored
Apr 09, 2006
by
Jeff Latimer
Committed by
Alexandre Julliard
Apr 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Terminate some strings in fixmes and traces.
parent
9243cb34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
usp10.c
dlls/usp10/usp10.c
+3
-3
No files found.
dlls/usp10/usp10.c
View file @
df4b0a83
...
...
@@ -228,7 +228,7 @@ HRESULT WINAPI ScriptItemize(const WCHAR *pwcInChars, int cInChars, int cMaxItem
/* Set SCRIPT_ITEM */
pItems
[
1
].
iCharPos
=
cInChars
-
pItems
[
0
].
iCharPos
;
/* the last + 1 item
contains the ptr to the lastchar */
TRACE
(
"%s,%d,%d,%p,%p,%p,%p,%d
\n
"
,
debugstr_w
(
pw
cInChars
),
cInChars
,
cMaxItems
,
TRACE
(
"%s,%d,%d,%p,%p,%p,%p,%d
\n
"
,
debugstr_w
n
(
pwcInChars
,
cInChars
),
cInChars
,
cMaxItems
,
psControl
,
psState
,
pItems
,
pcItems
,
*
pcItems
);
TRACE
(
"Start Pos in string: %d, Stop Pos %d
\n
"
,
pItems
[
0
].
iCharPos
,
pItems
[
1
].
iCharPos
);
return
0
;
...
...
@@ -279,7 +279,7 @@ HRESULT WINAPI ScriptStringFree(SCRIPT_STRING_ANALYSIS *pssa) {
*
*/
HRESULT
WINAPI
ScriptIsComplex
(
const
WCHAR
*
pwcInChars
,
int
cInChars
,
DWORD
dwFlags
)
{
FIXME
(
"(%s,%d,0x%lx): stub
\n
"
,
debugstr_w
(
pw
cInChars
),
cInChars
,
dwFlags
);
FIXME
(
"(%s,%d,0x%lx): stub
\n
"
,
debugstr_w
n
(
pwcInChars
,
cInChars
),
cInChars
,
dwFlags
);
return
E_NOTIMPL
;
}
/***********************************************************************
...
...
@@ -371,7 +371,7 @@ HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs,
LPABC
lpABC
;
Scriptcache
*
pScriptcache
;
FIXME
(
"(%p, %p, %p, %s, %d, %p, %p, %p): semi-stub
\n
"
,
hdc
,
psc
,
pwGlyphs
,
debugstr_w
(
pw
Glyphs
),
debugstr_w
n
(
pwGlyphs
,
c
Glyphs
),
cGlyphs
,
psva
,
psa
,
piAdvance
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment