Commit 241444ea authored by Andy Shaw's avatar Andy Shaw Committed by Jani Heikkinen
Browse files

[Win] Compile fix, the mmdeviceapi.h header can only be included once


Change-Id: Idb9a995c90e6e0e8be392022e2a76b4d8fea853a
Reviewed-by: default avatarYoann Lopes <yoann.lopes@theqtcompany.com>
parent d633c02c
No related merge requests found
Showing with 2 additions and 1 deletion
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
#include "QtCore/qdebug.h" #include "QtCore/qdebug.h"
#include "mfaudioendpointcontrol.h" #include "mfaudioendpointcontrol.h"
#include <mmdeviceapi.h>
MFAudioEndpointControl::MFAudioEndpointControl(QObject *parent) MFAudioEndpointControl::MFAudioEndpointControl(QObject *parent)
: QAudioOutputSelectorControl(parent) : QAudioOutputSelectorControl(parent)
, m_currentActivate(0) , m_currentActivate(0)
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <mfapi.h> #include <mfapi.h>
#include <mfidl.h> #include <mfidl.h>
#include <mmdeviceapi.h>
#include "qaudiooutputselectorcontrol.h" #include "qaudiooutputselectorcontrol.h"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment