mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[MMDEVAPI]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61778
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <wine/list.h>
|
||||
|
||||
#include <ole2.h>
|
||||
#include <oleauto.h>
|
||||
#include <initguid.h>
|
||||
#define _WINDOWS_H
|
||||
#include <dshow.h>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user