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
1a16994a
Commit
1a16994a
authored
Apr 21, 2021
by
Hans Leidekker
Committed by
Alexandre Julliard
Apr 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kerberos: Use wide character string literals.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
455e3785
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
krb5_ap.c
dlls/kerberos/krb5_ap.c
+2
-2
No files found.
dlls/kerberos/krb5_ap.c
View file @
1a16994a
...
...
@@ -61,8 +61,8 @@ const struct krb5_funcs *krb5_funcs = NULL;
| SECPKG_FLAG_RESTRICTED_TOKENS \
| SECPKG_FLAG_APPCONTAINER_CHECKS)
static
WCHAR
kerberos_name_W
[]
=
{
'K'
,
'e'
,
'r'
,
'b'
,
'e'
,
'r'
,
'o'
,
's'
,
0
}
;
static
WCHAR
kerberos_comment_W
[]
=
{
'M'
,
'i'
,
'c'
,
'r'
,
'o'
,
's'
,
'o'
,
'f'
,
't'
,
' '
,
'K'
,
'e'
,
'r'
,
'b'
,
'e'
,
'r'
,
'o'
,
's'
,
' '
,
'V'
,
'1'
,
'.'
,
'0'
,
0
}
;
static
WCHAR
kerberos_name_W
[]
=
L"Kerberos"
;
static
WCHAR
kerberos_comment_W
[]
=
L"Microsoft Kerberos V1.0"
;
static
const
SecPkgInfoW
infoW
=
{
KERBEROS_CAPS
,
...
...
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