Fixed build with mingw.

This commit is contained in:
Andreas Schneider
2009-09-15 10:43:09 +02:00
parent ca978a9e81
commit de8808cb47

View File

@@ -32,7 +32,7 @@
#include "config.h"
#ifdef _WIN32
#define _WIN32_IE 0x0400 //SHGetSpecialFolderPath
#define _WIN32_IE 0x0501 //SHGetSpecialFolderPath
#include <winsock2.h> // Must be the first to include
#include <shlobj.h>
#include <direct.h>