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
d3e26f74
Commit
d3e26f74
authored
Mar 06, 2018
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Mar 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
secur32: Remove comment referencing an old macro.
Leftover from
d117938f
. Signed-off-by:
Michael Stefaniuc
<
mstefani@winehq.org
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
697d4a71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
wrapper.c
dlls/secur32/wrapper.c
+2
-3
No files found.
dlls/secur32/wrapper.c
View file @
d3e26f74
...
@@ -28,9 +28,8 @@
...
@@ -28,9 +28,8 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
secur32
);
WINE_DEFAULT_DEBUG_CHANNEL
(
secur32
);
/* Tries to allocate a new SecHandle, into which it stores package (in
/* Tries to allocate a new SecHandle, into which it stores package (in
* phSec->dwUpper) and a copy of realHandle (allocated with SECUR32_ALLOC,
* phSec->dwUpper) and a copy of realHandle (stored in phSec->dwLower).
* and stored in phSec->dwLower). SecHandle is equivalent to both a
* SecHandle is equivalent to both a CredHandle and a CtxtHandle.
* CredHandle and a CtxtHandle.
*/
*/
static
SECURITY_STATUS
SECUR32_makeSecHandle
(
PSecHandle
phSec
,
static
SECURITY_STATUS
SECUR32_makeSecHandle
(
PSecHandle
phSec
,
SecurePackage
*
package
,
PSecHandle
realHandle
)
SecurePackage
*
package
,
PSecHandle
realHandle
)
...
...
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