mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:45:29 +00:00
Prevent WASAPI GUID from being re-defined in all compilation units.
This commit is contained in:
parent
8587a22b21
commit
699b00c427
|
@ -13,14 +13,13 @@
|
|||
#include "list.h"
|
||||
#include "atomics.h"
|
||||
|
||||
#define INITGUID
|
||||
#define CINTERFACE
|
||||
#define COBJMACROS
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <mmdeviceapi.h>
|
||||
#include <functiondiscoverykeys_devpkey.h>
|
||||
#include <mmreg.h>
|
||||
#include <audioclient.h>
|
||||
#include <audiosessiontypes.h>
|
||||
#include <audiopolicy.h>
|
||||
|
|
Loading…
Reference in a new issue