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
9b38ffe6
Commit
9b38ffe6
authored
Sep 02, 2009
by
Huw Davies
Committed by
Alexandre Julliard
Sep 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: The server principal name can be the constant COLE_DEFAULT_PRINCIPAL.
parent
b613d715
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
marshal.c
dlls/ole32/marshal.c
+3
-3
ole32.spec
dlls/ole32/ole32.spec
+1
-1
No files found.
dlls/ole32/marshal.c
View file @
9b38ffe6
...
...
@@ -553,9 +553,9 @@ static HRESULT WINAPI ProxyCliSec_SetBlanket(IClientSecurity *iface,
void
*
pAuthInfo
,
DWORD
Capabilities
)
{
FIXME
(
"(%p, %d, %d, %s, %d, %d, %p, 0x%x): stub
\n
"
,
pProxy
,
AuthnSvc
,
AuthzSvc
,
debugstr_w
(
pServerPrincName
),
AuthnLevel
,
ImpLevel
,
pAuthInfo
,
Capabilities
);
FIXME
(
"(%p, %d, %d, %s, %d, %d, %p, 0x%x): stub
\n
"
,
pProxy
,
AuthnSvc
,
AuthzSvc
,
pServerPrincName
==
(
OLECHAR
*
)
COLE_DEFAULT_PRINCIPAL
?
"<default principal>"
:
debugstr_w
(
pServerPrincName
)
,
AuthnLevel
,
ImpLevel
,
pAuthInfo
,
Capabilities
);
return
E_NOTIMPL
;
}
...
...
dlls/ole32/ole32.spec
View file @
9b38ffe6
...
...
@@ -70,7 +70,7 @@
@ stdcall CoRevokeClassObject(long)
@ stdcall CoRevokeInitializeSpy(double)
@ stdcall CoRevokeMallocSpy()
@ stdcall CoSetProxyBlanket(ptr long long
ws
tr long long ptr long)
@ stdcall CoSetProxyBlanket(ptr long long
p
tr long long ptr long)
@ stdcall CoSetState(ptr)
@ stdcall CoSuspendClassObjects()
@ stdcall CoSwitchCallContext(ptr ptr)
...
...
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