for VS2010, need to include Shlobj.h instead of ShFolder.h
[moonshot.git] / 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