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
ed2aa7ac
Commit
ed2aa7ac
authored
Oct 01, 2001
by
Andreas Mohr
Committed by
Alexandre Julliard
Oct 01, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix/document SHLWAPI ordinals 217 and 218.
parent
b7afbd4b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ordinal.c
dlls/shlwapi/ordinal.c
+2
-0
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+2
-2
No files found.
dlls/shlwapi/ordinal.c
View file @
ed2aa7ac
...
...
@@ -443,6 +443,8 @@ INT WINAPI SHLWAPI_218(UINT CodePage, LPCWSTR lpSrcStr, LPSTR lpDstStr,
/*************************************************************************
* @ [SHLWAPI.217]
*
* Hmm, some program used lpnMultiCharCount == 0x3 (and lpSrcStr was "C")
* --> Crash. Something wrong here.
*/
INT
WINAPI
SHLWAPI_217
(
LPCWSTR
lpSrcStr
,
LPSTR
lpDstStr
,
LPINT
lpnMultiCharCount
)
{
...
...
dlls/shlwapi/shlwapi.spec
View file @
ed2aa7ac
...
...
@@ -226,8 +226,8 @@ debug_channels (shell)
214 stub @
215 stdcall @(long long long) SHLWAPI_215
216 stub @
217 stdcall @(wstr
s
tr ptr) SHLWAPI_217
218 stdcall @(long wstr
s
tr ptr) SHLWAPI_218
217 stdcall @(wstr
p
tr ptr) SHLWAPI_217
218 stdcall @(long wstr
p
tr ptr) SHLWAPI_218
219 stdcall @(long long long long) SHLWAPI_219
220 stub @
221 stub @
...
...
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