aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-03-12 12:56:52 -0700
committerChris Robinson <[email protected]>2012-03-12 12:56:52 -0700
commit7747c320a824beb88dd527ebc2191f97d7472aa9 (patch)
treea5ec56a0592c70aeff9aa07669e3fd3d81de1688 /Alc
parentebc69bc8705948fe4fea1fb7e85f858f21a93525 (diff)
Remove an unused property key definition
Diffstat (limited to 'Alc')
-rw-r--r--Alc/helpers.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c
index 693831d1..00bbe7ed 100644
--- a/Alc/helpers.c
+++ b/Alc/helpers.c
@@ -45,10 +45,8 @@ DEFINE_GUID(IID_IAudioClient, 0x1cb9ad4c, 0xdbfa, 0x4c32, 0xb1,0x78, 0xc
DEFINE_GUID(IID_IAudioRenderClient, 0xf294acfc, 0x3146, 0x4483, 0xa7,0xbf, 0xad,0xdc,0xa7,0xc2,0x60,0xe2);
#ifdef HAVE_MMDEVAPI
-#include <propkeydef.h>
#include <devpropdef.h>
-DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_GUID, 0x1da5d803, 0xd492, 0x4edd, 0x8c,0x23, 0xe0,0xc0,0xff,0xee,0x7f,0x0e, 4);
DEFINE_DEVPROPKEY(DEVPKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80,0x20, 0x67,0xd1,0x46,0xa8,0x50,0xe0, 14);
#endif