Clean up some includes
[openal-soft.git] / core / uiddefs.cpp
blob9471bba5cfbeffd8a98e73c0abc08d61b9801bd4
2 #include "config.h"
5 #ifndef AL_NO_UID_DEFS
7 #if defined(HAVE_GUIDDEF_H) || defined(HAVE_INITGUID_H)
8 #define INITGUID
9 #include <windows.h>
10 #ifdef HAVE_GUIDDEF_H
11 #include <guiddef.h>
12 #else
13 #include <initguid.h>
14 #endif
16 DEFINE_GUID(KSDATAFORMAT_SUBTYPE_PCM, 0x00000001, 0x0000, 0x0010, 0x80,0x00, 0x00,0xaa,0x00,0x38,0x9b,0x71);
17 DEFINE_GUID(KSDATAFORMAT_SUBTYPE_IEEE_FLOAT, 0x00000003, 0x0000, 0x0010, 0x80,0x00, 0x00,0xaa,0x00,0x38,0x9b,0x71);
19 DEFINE_GUID(IID_IDirectSoundNotify, 0xb0210783, 0x89cd, 0x11d0, 0xaf,0x08, 0x00,0xa0,0xc9,0x25,0xcd,0x16);
21 DEFINE_GUID(CLSID_MMDeviceEnumerator, 0xbcde0395, 0xe52f, 0x467c, 0x8e,0x3d, 0xc4,0x57,0x92,0x91,0x69,0x2e);
23 #if defined(HAVE_WASAPI) && !defined(ALSOFT_UWP)
24 #include <wtypes.h>
25 #include <devpropdef.h>
26 #include <propkeydef.h>
27 DEFINE_DEVPROPKEY(DEVPKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80,0x20, 0x67,0xd1,0x46,0xa8,0x50,0xe0, 14);
28 DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_FormFactor, 0x1da5d803, 0xd492, 0x4edd, 0x8c,0x23, 0xe0,0xc0,0xff,0xee,0x7f,0x0e, 0);
29 DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_GUID, 0x1da5d803, 0xd492, 0x4edd, 0x8c, 0x23,0xe0, 0xc0,0xff,0xee,0x7f,0x0e, 4 );
30 #endif
31 #endif
33 #endif /* AL_NO_UID_DEFS */