1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

BasicNativeHeaders: Increment minimum required IE version on Windows

This ensures the function IUnknown_GetWindow is declared in shlwapi.h
when building against the Windows 7 SDK.
This commit is contained in:
reuk 2021-03-18 12:22:29 +00:00
parent 5bcd2b0dfb
commit 799c5ef51b
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -139,7 +139,7 @@
#define _UNICODE 1
#define UNICODE 1
#ifndef _WIN32_IE
#define _WIN32_IE 0x0500
#define _WIN32_IE 0x0501
#endif
#include <windows.h>