Require Windows Vista

The structure FDAP is only available as Windows Vista, and MinGW-w64
do not actually define it if _WIN32_WINNT isn't set.

Needed to fix compilation with latest MinGW-w64 headers (version 3).

Change-Id: I566ea6bd4c3d8d5a495b644aedffb7de42a6d6e4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Kai Koehne 2013-09-19 15:18:41 +02:00 committed by The Qt Project
parent 409526b8a6
commit 8a383c585f

View File

@ -41,6 +41,8 @@
#define QT_NO_URL_CAST_FROM_STRING 1
#define _WIN32_WINNT 0x0600
#include "qwindowsdialoghelpers.h"
#include "qwindowscontext.h"