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
38610fad
Commit
38610fad
authored
Sep 22, 2000
by
Huw D M Davies
Committed by
Alexandre Julliard
Sep 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stubs for shlwapi.151 and shlwapi.153.
parent
545771bb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
ordinal.c
dlls/shlwapi/ordinal.c
+18
-0
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+2
-2
No files found.
dlls/shlwapi/ordinal.c
View file @
38610fad
...
@@ -94,6 +94,24 @@ DWORD WINAPI SHLWAPI_24 (
...
@@ -94,6 +94,24 @@ DWORD WINAPI SHLWAPI_24 (
}
}
/*************************************************************************
/*************************************************************************
* SHLWAPI_151 [SHLWAPI.151]
*/
DWORD
WINAPI
SHLWAPI_151
(
void
)
{
FIXME
(
": stub
\n
"
);
return
0
;
}
/*************************************************************************
* SHLWAPI_153 [SHLWAPI.153]
*/
DWORD
WINAPI
SHLWAPI_153
(
DWORD
dw1
,
DWORD
dw2
,
DWORD
dw3
)
{
FIXME
(
"%08lx %08lx %08lx - stub
\n
"
,
dw1
,
dw2
,
dw3
);
return
0
;
}
/*************************************************************************
* SHLWAPI_156 [SHLWAPI.156]
* SHLWAPI_156 [SHLWAPI.156]
*
*
* FIXME: function guessed
* FIXME: function guessed
...
...
dlls/shlwapi/shlwapi.spec
View file @
38610fad
...
@@ -157,9 +157,9 @@ import kernel32
...
@@ -157,9 +157,9 @@ import kernel32
148 stub @
148 stub @
149 stub @
149 stub @
150 stub @
150 stub @
151 st
ub @
151 st
dcall @() SHLWAPI_151
152 stub @
152 stub @
153 st
ub @
153 st
dcall @(long long long) SHLWAPI_153
154 stub @
154 stub @
155 stub @
155 stub @
156 stdcall @(wstr wstr) SHLWAPI_156
156 stdcall @(wstr wstr) SHLWAPI_156
...
...
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