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
ac8c6a52
Commit
ac8c6a52
authored
May 02, 2009
by
Stefan Leichter
Committed by
Alexandre Julliard
May 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Stub for ExtractVersionResource16W.
parent
6bbd65d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shell32_main.c
dlls/shell32/shell32_main.c
+9
-0
No files found.
dlls/shell32/shell32.spec
View file @
ac8c6a52
...
...
@@ -298,7 +298,7 @@
@ stub ExtractIconResInfoA
@ stub ExtractIconResInfoW
@ stdcall ExtractIconW(long wstr long)
@ st
ub ExtractVersionResource16W
@ st
dcall ExtractVersionResource16W(wstr long)
@ stub FindExeDlgProc
@ stdcall FindExecutableA(str str ptr)
@ stdcall FindExecutableW(wstr wstr ptr)
...
...
dlls/shell32/shell32_main.c
View file @
ac8c6a52
...
...
@@ -1194,3 +1194,12 @@ HRESULT WINAPI DllCanUnloadNow(void)
FIXME
(
"stub
\n
"
);
return
S_FALSE
;
}
/***********************************************************************
* ExtractVersionResource16W (SHELL32.@)
*/
BOOL
WINAPI
ExtractVersionResource16W
(
LPWSTR
s
,
DWORD
d
)
{
FIXME
(
"(%s %x) stub!
\n
"
,
debugstr_w
(
s
),
d
);
return
FALSE
;
}
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