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
93888fbb
Commit
93888fbb
authored
Jan 23, 2020
by
Michael Cronenworth
Committed by
Alexandre Julliard
Jan 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
secur32: Global variable compatibility update for gcc 10.
Signed-off-by:
Michael Cronenworth
<
mike@cchtml.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e402fdf3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
ntlm.c
dlls/secur32/ntlm.c
+2
-2
secur32_priv.h
dlls/secur32/secur32_priv.h
+0
-3
No files found.
dlls/secur32/ntlm.c
View file @
93888fbb
...
...
@@ -1387,8 +1387,8 @@ static const SecPkgInfoA infoA = {
ntlm_comment_A
};
SecPkgInfoA
*
ntlm_package_infoA
=
(
SecPkgInfoA
*
)
&
infoA
;
SecPkgInfoW
*
ntlm_package_infoW
=
(
SecPkgInfoW
*
)
&
infoW
;
static
SecPkgInfoA
*
ntlm_package_infoA
=
(
SecPkgInfoA
*
)
&
infoA
;
static
SecPkgInfoW
*
ntlm_package_infoW
=
(
SecPkgInfoW
*
)
&
infoW
;
static
SecPkgInfoW
*
build_package_infoW
(
const
SecPkgInfoW
*
info
)
{
...
...
dlls/secur32/secur32_priv.h
View file @
93888fbb
...
...
@@ -190,9 +190,6 @@ void SECUR32_arc4Cleanup(arc4_info *a4i) DECLSPEC_HIDDEN;
#define NTLMSSP_NEGOTIATE_56 0x80000000
SecPkgInfoW
*
ntlm_package_infoW
DECLSPEC_HIDDEN
;
SecPkgInfoA
*
ntlm_package_infoA
DECLSPEC_HIDDEN
;
/* schannel internal interface */
typedef
struct
schan_imp_session_opaque
*
schan_imp_session
;
...
...
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