mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[MMDEVAPI]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61410
This commit is contained in:
parent
0b5e0ae28b
commit
9d02c5e329
4 changed files with 23 additions and 4 deletions
|
@ -10,6 +10,7 @@ list(APPEND SOURCE
|
|||
audiovolume.c
|
||||
devenum.c
|
||||
main.c
|
||||
guid.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/mmdevapi_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/mmdevapi.def)
|
||||
|
||||
|
|
|
@ -18,13 +18,14 @@
|
|||
|
||||
#include "mmdevapi.h"
|
||||
|
||||
#define _WINDOWS_H
|
||||
#include <wine/list.h>
|
||||
|
||||
#include <ole2.h>
|
||||
#include <initguid.h>
|
||||
#define _WINDOWS_H
|
||||
#include <dshow.h>
|
||||
#include <devpkey.h>
|
||||
|
||||
#include <wine/list.h>
|
||||
|
||||
static const WCHAR software_mmdevapi[] =
|
||||
{ 'S','o','f','t','w','a','r','e','\\',
|
||||
'M','i','c','r','o','s','o','f','t','\\',
|
||||
|
|
18
reactos/dll/win32/mmdevapi/guid.c
Normal file
18
reactos/dll/win32/mmdevapi/guid.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <objbase.h>
|
||||
#include <initguid.h>
|
||||
#include <audiopolicy.h>
|
||||
#include <endpointvolume.h>
|
||||
#include <mmdeviceapi.h>
|
||||
|
||||
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|
|
@ -32,7 +32,6 @@
|
|||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winreg.h>
|
||||
#include <initguid.h>
|
||||
#include <objbase.h>
|
||||
#include <audiopolicy.h>
|
||||
#include <endpointvolume.h>
|
||||
|
|
Loading…
Reference in a new issue