Fixed compilation on 32bit Windows, cleanups

see issue 1333
This commit is contained in:
Oliver Duis
2012-04-20 22:17:41 +02:00
parent a5fec87ad5
commit 02cc8464d9
3 changed files with 18 additions and 27 deletions

View File

@@ -23,6 +23,10 @@
#include "../rtengine/safegtk.h"
#ifdef WIN32
#include <windows.h>
// for GCC32
#ifndef _WIN32_IE
#define _WIN32_IE 0x0600
#endif
#include <shlobj.h>
#endif
using namespace std;