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
830c2bde
Commit
830c2bde
authored
Jun 11, 2011
by
Austin English
Committed by
Alexandre Julliard
Jun 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Add a stub for RunInstallUninstallStubs2.
parent
6c902b42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
shdocvw.spec
dlls/shdocvw/shdocvw.spec
+1
-1
shdocvw_main.c
dlls/shdocvw/shdocvw_main.c
+11
-0
No files found.
dlls/shdocvw/shdocvw.spec
View file @
830c2bde
...
...
@@ -20,7 +20,7 @@
123 stdcall -noname StopWatchAFORWARD(long str long long long)
124 stdcall -noname StopWatchWFORWARD(long wstr long long long)
125 stdcall -noname RunInstallUninstallStubs()
130 st
ub -noname RunInstallUninstallStubs2
130 st
dcall -noname RunInstallUninstallStubs2()
131 stub -noname SHCreateSplashScreen
135 stub -noname IsFileUrl
136 stub -noname IsFileUrlW
...
...
dlls/shdocvw/shdocvw_main.c
View file @
830c2bde
...
...
@@ -210,6 +210,17 @@ DWORD WINAPI RunInstallUninstallStubs(void)
}
/***********************************************************************
* @ (SHDOCVW.130)
*
* Called by Emerge Desktop (alternative Windows Shell).
*/
DWORD
WINAPI
RunInstallUninstallStubs2
(
void
)
{
FIXME
(
"(), stub!
\n
"
);
return
0x0deadbee
;
}
/***********************************************************************
* SetQueryNetSessionCount (SHDOCVW.@)
*/
DWORD
WINAPI
SetQueryNetSessionCount
(
DWORD
arg
)
...
...
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