From ee6fbe222b34b28c617d4e6df994700af471b1b6 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Fri, 13 Jul 2012 10:20:10 -0400 Subject: Fix macro redefinition warnings in cc_mslsa.c Include ntstatus.h and define WIN32_NO_STATUS before including winnt.h Signed-off-by: Kevin Wasserman ticket: 7213 --- src/lib/krb5/ccache/cc_mslsa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/krb5/ccache/cc_mslsa.c b/src/lib/krb5/ccache/cc_mslsa.c index 9c4ec50e8..e1a2f70e3 100644 --- a/src/lib/krb5/ccache/cc_mslsa.c +++ b/src/lib/krb5/ccache/cc_mslsa.c @@ -53,6 +53,8 @@ #define UNICODE #define _UNICODE +#include +#define WIN32_NO_STATUS #include "k5-int.h" #include "com_err.h" #include "cc-int.h" @@ -70,7 +72,6 @@ #endif #define _WIN32_WINNT 0x0600 #include -#include /* The following two features can only be built using the version of the -- cgit