summaryrefslogtreecommitdiff
path: root/audio/sysvad/common.cpp
diff options
context:
space:
mode:
authorWei Mao <[email protected]>2017-09-18 01:33:03 -0700
committerWei Mao <[email protected]>2017-09-18 01:33:03 -0700
commit96b567f49ef5c445d09f4fef0752da83024c6968 (patch)
tree570e07b23b67aa79e0ba2fde468d8c22522f1ade /audio/sysvad/common.cpp
parent1f4ef4b3c7c137f19990cb98f0895ac5b9a0fa35 (diff)
Include headers from current folder
Diffstat (limited to 'audio/sysvad/common.cpp')
-rw-r--r--audio/sysvad/common.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/sysvad/common.cpp b/audio/sysvad/common.cpp
index 2aadb5e6..a4c8f5e2 100644
--- a/audio/sysvad/common.cpp
+++ b/audio/sysvad/common.cpp
@@ -4281,6 +4281,7 @@ BthHfpDevice::GetBthHfpCodecId(_Out_ UCHAR * CodecId)
ASSERT(CodecId != NULL);
+#if !defined(NTDDI_WIN10_RS3)
typedef enum _HFP_BYPASS_CODEC_ID_VERSION {
REQ_HFP_BYPASS_CODEC_ID_V1 = 1,
} HFP_BYPASS_CODEC_ID_VERSION, *PHFP_BYPASS_CODEC_ID_VERSION;
@@ -4288,6 +4289,7 @@ BthHfpDevice::GetBthHfpCodecId(_Out_ UCHAR * CodecId)
typedef struct _HFP_BYPASS_CODEC_ID_V1 {
UCHAR CodecId;
} HFP_BYPASS_CODEC_ID_V1, *PHFP_BYPASS_CODEC_ID_V1;
+#endif
NTSTATUS ntStatus = STATUS_SUCCESS;