Fixed build with mingw.

This commit is contained in:
Andreas Schneider
2009-09-15 10:41:36 +02:00
parent 82eb0427f7
commit 9a571d0f25

View File

@@ -33,7 +33,7 @@
#include "config.h"
#ifdef _WIN32
#define _WIN32_IE 0x0400 //SHGetSpecialFolderPath
#define _WIN32_IE 0x0501 //SHGetSpecialFolderPath
#include <shlobj.h>
#include <winsock2.h>
#include <direct.h>