From: Kevin Wasserman Date: Tue, 28 Jun 2011 18:30:01 +0000 (-0400) Subject: for VS2010, need to include Shlobj.h instead of ShFolder.h X-Git-Tag: tr-beta1~106^2~6 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=3a3eeb131fd5fc616eac59734baad27833c5cc4e for VS2010, need to include Shlobj.h instead of ShFolder.h --- 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