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
ae89239c
Commit
ae89239c
authored
Oct 25, 2007
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 25, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Forward GetStringType3ExW to GetStringTypeW.
parent
f7a7e6d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ordinal.c
dlls/shlwapi/ordinal.c
+2
-3
No files found.
dlls/shlwapi/ordinal.c
View file @
ae89239c
...
...
@@ -732,10 +732,9 @@ BOOL WINAPI IsCharXDigitW(WCHAR wc)
* @ [SHLWAPI.35]
*
*/
BOOL
WINAPI
GetStringType3ExW
(
LPWSTR
lpszStr
,
DWORD
dwLen
,
LPVOID
p3
)
BOOL
WINAPI
GetStringType3ExW
(
LPWSTR
src
,
INT
count
,
LPWORD
type
)
{
FIXME
(
"(%s,0x%08x,%p): stub
\n
"
,
debugstr_w
(
lpszStr
),
dwLen
,
p3
);
return
TRUE
;
return
GetStringTypeW
(
CT_CTYPE3
,
src
,
count
,
type
);
}
/*************************************************************************
...
...
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