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
1252259f
Commit
1252259f
authored
Nov 19, 2004
by
Christian Costa
Committed by
Alexandre Julliard
Nov 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for SetQueryNetSessionCount.
parent
b1e361a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
shdocvw.spec
dlls/shdocvw/shdocvw.spec
+1
-1
shdocvw_main.c
dlls/shdocvw/shdocvw_main.c
+10
-1
No files found.
dlls/shdocvw/shdocvw.spec
View file @
1252259f
...
...
@@ -123,7 +123,7 @@
@ stub IEWriteErrorLog
@ stub OpenURL
@ stub SHGetIDispatchForFolder
@ st
ub SetQueryNetSessionCount
@ st
dcall SetQueryNetSessionCount(long)
@ stub SoftwareUpdateMessageBox
@ stub URLQualifyA
@ stub URLQualifyW
dlls/shdocvw/shdocvw_main.c
View file @
1252259f
...
...
@@ -459,7 +459,7 @@ HRESULT WINAPI SHDOCVW_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *p
/***********************************************************************
* DllGetVersion (SHDOCVW.@)
*/
HRESULT
WINAPI
SHDOCVW_DllGetVersion
(
DLLVERSIONINFO
*
info
)
HRESULT
WINAPI
SHDOCVW_DllGetVersion
(
DLLVERSIONINFO
*
info
)
{
if
(
info
->
cbSize
!=
sizeof
(
DLLVERSIONINFO
))
FIXME
(
"support DLLVERSIONINFO2
\n
"
);
...
...
@@ -542,3 +542,12 @@ DWORD WINAPI RunInstallUninstallStubs(void)
FIXME
(
"(), stub!
\n
"
);
return
0x0deadbee
;
}
/***********************************************************************
* SetQueryNetSessionCount (SHDOCVW.@)
*/
DWORD
WINAPI
SetQueryNetSessionCount
(
DWORD
arg
)
{
FIXME
(
"(%lu), stub!
\n
"
,
arg
);
return
0
;
}
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