Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / fileio / vmdio.c
index 670aef0d7ba73440e59a0f4fa4c3f69b212dcbad..b4ed95239e8e7eb757ca71064385ad310a290a16 100644 (file)
@@ -99,6 +99,9 @@
 #ifndef GMX_NATIVE_WINDOWS
 #include <glob.h>
 #else
+#ifndef _WIN32_IE
+#define _WIN32_IE 0x0500 /* SHGetFolderPath is available since WinXP/IE5 */
+#endif
 #include <windows.h>
 #include <shlobj.h>
 #endif