include: MICROSOFT_KERBEROS_NAME_A definition should be available regardless of UNICODE.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Dmitry Timoshkov 2018-01-18 23:50:56 +08:00 committed by Alexandre Julliard
parent 7189109148
commit 943f0d38ec
1 changed files with 1 additions and 4 deletions

View File

@ -340,7 +340,7 @@ typedef enum _POLICY_NOTIFICATION_INFORMATION_CLASS
PolicyNotifyMachineAccountPasswordInformation
} POLICY_NOTIFICATION_INFORMATION_CLASS, *PPOLICY_NOTIFICATION_INFORMATION_CLASS;
#ifdef UNICODE
#define MICROSOFT_KERBEROS_NAME_A "Kerberos"
#if defined(_MSC_VER)
#define MICROSOFT_KERBEROS_NAME_W L"Kerberos"
#elif defined(__GNUC__)
@ -348,9 +348,6 @@ typedef enum _POLICY_NOTIFICATION_INFORMATION_CLASS
#else /* _MSC_VER/__GNUC__ */
static const WCHAR MICROSOFT_KERBEROS_NAME_W[] = { 'K','e','r','b','e','r','o','s',0 };
#endif
#else /* UNICODE */
#define MICROSOFT_KERBEROS_NAME_A "Kerberos"
#endif
#define RtlGenRandom SystemFunction036
#define RtlEncryptMemory SystemFunction040