From 3a3eeb131fd5fc616eac59734baad27833c5cc4e Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Tue, 28 Jun 2011 14:30:01 -0400 Subject: [PATCH] for VS2010, need to include Shlobj.h instead of ShFolder.h --- moonshot/mech_eap/util_cred.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/moonshot/mech_eap/util_cred.c b/moonshot/mech_eap/util_cred.c index fa27987..40a8c11 100644 --- a/moonshot/mech_eap/util_cred.c +++ b/moonshot/mech_eap/util_cred.c @@ -37,9 +37,10 @@ #include "gssapiP_eap.h" #if defined(WIN32) -///This didn't work for me when Visual Studio 2005 Express is used: -///#include -#include +/*This didn't work for me(Alexey) when Visual Studio 2005 Express is used: */ +#include +/*This didn't work for me(Kevin) when Visual Studio 2010 Express is used: */ +/*#include */ #if !defined(snprintf) #define snprintf _snprintf -- 2.1.4