mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
kerberos: Use wide character string literals.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
455e37850b
commit
1a16994a65
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue