From: Kevin Wasserman Date: Fri, 13 Jul 2012 14:20:10 +0000 (-0400) Subject: Fix macro redefinition warnings in cc_mslsa.c X-Git-Tag: krb5-1.11-alpha1~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee6fbe222b34b28c617d4e6df994700af471b1b6;p=thirdparty%2Fkrb5.git 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 --- diff --git a/src/lib/krb5/ccache/cc_mslsa.c b/src/lib/krb5/ccache/cc_mslsa.c index 9c4ec50e83..e1a2f70e38 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