for VS2010, need to include Shlobj.h instead of ShFolder.h
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Tue, 28 Jun 2011 18:30:01 +0000 (14:30 -0400)
committerSam Hartman <hartmans@debian.org>
Fri, 1 Jul 2011 10:20:21 +0000 (06:20 -0400)
moonshot/mech_eap/util_cred.c

index fa27987..40a8c11 100644 (file)
 #include "gssapiP_eap.h"
 
 #if defined(WIN32)
-///This didn't work for me when Visual Studio 2005 Express is used:
-///#include <Shlobj.h>
-#include <ShFolder.h>
+/*This didn't work for me(Alexey) when Visual Studio 2005 Express is used: */
+#include <Shlobj.h>
+/*This didn't work for me(Kevin) when Visual Studio 2010 Express is used: */
+/*#include <ShFolder.h>*/
 
 #if !defined(snprintf)
 #define snprintf  _snprintf