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
a09ece96
Commit
a09ece96
authored
Dec 19, 2000
by
Marcus Meissner
Committed by
Alexandre Julliard
Dec 19, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi forwarders for SetWindowLongW and CallWindowProcW.
parent
fdc78a3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
+5
-12
ordinal.c
dlls/shlwapi/ordinal.c
+3
-10
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+2
-2
No files found.
dlls/shlwapi/ordinal.c
View file @
a09ece96
...
...
@@ -119,14 +119,7 @@ DWORD WINAPI SHLWAPI_137(
FIXME
(
"(%#x)stub
\n
"
,
what
);
return
0
;
}
/*************************************************************************
* SHLWAPI_141
*/
DWORD
WINAPI
SHLWAPI_141
(
LPVOID
ptr
,
DWORD
x
,
LPVOID
ptr2
)
{
FIXME
(
"(%p,%ld,%p), stub
\n
"
,
ptr
,
x
,
ptr2
);
return
0
;
}
/*************************************************************************
* SHLWAPI_151 [SHLWAPI.151]
*/
...
...
@@ -211,10 +204,10 @@ LPWSTR WINAPI SHLWAPI_215 (
HRESULT
WINAPI
SHLWAPI_219
(
LPVOID
w
,
/* [???] NOTE: returned by LocalAlloc, 0x450 bytes, iface */
LPVOID
x
,
LPVOID
y
,
REFIID
riid
,
LPWSTR
z
)
/* [???] NOTE: OUT: path */
{
FIXME
(
"(%p %p %
p %p)stub
\n
"
,
w
,
x
,
y
,
z
);
FIXME
(
"(%p %p %
s %p)stub
\n
"
,
w
,
x
,
debugstr_guid
(
riid
)
,
z
);
return
0xabba1252
;
}
...
...
dlls/shlwapi/shlwapi.spec
View file @
a09ece96
...
...
@@ -46,7 +46,7 @@ debug_channels (shell)
34 stub @
35 stub @
36 stub @
37
stub @
37
forward @ user32.CallWindowProcW
38 stdcall @(long) SHLWAPI_38
39 stub @
40 stub @
...
...
@@ -150,7 +150,7 @@ debug_channels (shell)
138 stub @
139 stub @
140 stub @
141
stdcall @(ptr long ptr) SHLWAPI_141
141
forward @ user32.SetWindowLongW
142 stub @
143 stub @
144 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