Fix compilation with stock MinGW.

Use qt_windows.h, provide interfaces and UIDs missing
in stock MinGW.

Task-number: QTBUG-23829
Change-Id: I79ed902bb7636c751df7607f6059a7de237acb31
Reviewed-by: Jonathan Liu <net147@gmail.com>
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Friedemann Kleint
2012-10-16 16:49:52 +02:00
committed by The Qt Project
parent a410276d0d
commit 40fe658dce
3 changed files with 27 additions and 8 deletions

View File

@@ -53,9 +53,7 @@
#ifndef QAUDIOINPUTWIN_H
#define QAUDIOINPUTWIN_H
#define NOMINMAX
#include <windows.h>
#include <QtCore/qt_windows.h>
#include <mmsystem.h>
#include <QtCore/qfile.h>