Solving issue 1874: "RT doesn't build anymore for WinXP (32 bits)"

This commit is contained in:
natureh 510
2013-05-14 21:51:25 +02:00
parent ce45fd3636
commit 2c0d58d944

View File

@@ -25,12 +25,12 @@
#include <fcntl.h>
#ifdef WIN32
#include <windows.h>
#include <Shlwapi.h>
// for GCC32
#ifndef _WIN32_IE
#define _WIN32_IE 0x0600
#endif
#include <shlobj.h>
#include <Shlwapi.h>
#else
#include <cstdio>
#endif