Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
1f34ce59
Commit
1f34ce59
authored
Jun 12, 2000
by
Juergen Schmied
Committed by
Alexandre Julliard
Jun 12, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implementation for PrivateExtractIcons, PrivateExtractIconEx.
parent
79d850f2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
24 deletions
+1
-24
Makefile.in
dlls/user/Makefile.in
+1
-0
exticon.c
dlls/user/exticon.c
+0
-0
ordinals.c
win32/ordinals.c
+0
-24
No files found.
dlls/user/Makefile.in
View file @
1f34ce59
...
...
@@ -18,6 +18,7 @@ SPEC_SRCS = \
C_SRCS
=
\
ddeml.c
\
display.c
\
exticon.c
\
mouse.c
\
user_main.c
\
thunk.c
...
...
dlls/user/exticon.c
0 → 100644
View file @
1f34ce59
This diff is collapsed.
Click to expand it.
win32/ordinals.c
View file @
1f34ce59
...
...
@@ -89,30 +89,6 @@ DWORD WINAPI _KERNEL32_99(DWORD x) {
return
1
;
}
/***********************************************************************
* PrivateExtractIconExA [USER32.442]
*/
HRESULT
WINAPI
PrivateExtractIconExA
(
DWORD
u
,
DWORD
v
,
DWORD
w
,
DWORD
x
,
DWORD
y
)
{
FIXME_
(
win
)(
"0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx stub
\n
"
,
u
,
v
,
w
,
x
,
y
);
return
0
;
}
/***********************************************************************
* PrivateExtractIconExW [USER32.443]
*/
HRESULT
WINAPI
PrivateExtractIconExW
(
DWORD
u
,
DWORD
v
,
DWORD
w
,
DWORD
x
,
DWORD
y
)
{
FIXME_
(
win
)(
"0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx stub
\n
"
,
u
,
v
,
w
,
x
,
y
);
return
0
;
}
/***********************************************************************
* PrivateExtractIconsW [USER32.445]
*/
HRESULT
WINAPI
PrivateExtractIconsW
(
DWORD
r
,
DWORD
s
,
DWORD
t
,
DWORD
u
,
DWORD
v
,
DWORD
w
,
DWORD
x
,
DWORD
y
)
{
FIXME_
(
win
)(
"0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx 0x%08lx stub
\n
"
,
r
,
s
,
t
,
u
,
v
,
w
,
x
,
y
);
return
0
;
}
/***********************************************************************
* RegisterShellHookWindow [USER32.459]
*/
HRESULT
WINAPI
RegisterShellHookWindow
(
DWORD
u
)
...
...
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