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>
This commit is contained in:
parent
7189109148
commit
943f0d38ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue