[MMDEVAPI]

* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61778
This commit is contained in:
Amine Khaldi
2014-01-23 17:55:56 +00:00
parent a63971940f
commit 237fce6822
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include <wine/list.h>
#include <ole2.h>
#include <oleauto.h>
#include <initguid.h>
#define _WINDOWS_H
#include <dshow.h>
+2 -2
View File
@@ -25,8 +25,8 @@
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NONAMELESSUNION
#define COBJMACROS
#define NONAMELESSUNION
#include <windef.h>
#include <winbase.h>
@@ -37,9 +37,9 @@
#include <endpointvolume.h>
#include <mmdeviceapi.h>
#include <wine/debug.h>
#include <wine/unicode.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mmdevapi);
extern HRESULT MMDevEnum_Create(REFIID riid, void **ppv) DECLSPEC_HIDDEN;