Fixed compilation on 32bit Windows, cleanups
see issue 1333
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user