From b0dc2e2c2a4305b15119946560546bd5ddb7efd4 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 5 May 2009 16:59:36 +0000 Subject: [PATCH] - Fix build svn path=/trunk/; revision=40800 --- reactos/drivers/wdm/audio/backpln/portcls/interfaces.h | 4 ++++ reactos/drivers/wdm/audio/backpln/portcls/private.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/reactos/drivers/wdm/audio/backpln/portcls/interfaces.h b/reactos/drivers/wdm/audio/backpln/portcls/interfaces.h index 66f5c4e7cea..d201e37cc6c 100644 --- a/reactos/drivers/wdm/audio/backpln/portcls/interfaces.h +++ b/reactos/drivers/wdm/audio/backpln/portcls/interfaces.h @@ -474,6 +474,8 @@ DECLARE_INTERFACE_(IPortPinWavePci, IIrpTarget) typedef IPortPinWavePci *PPORTPINWAVEPCI; +#if (NTDDI_VERSION >= NTDDI_VISTA) + /***************************************************************************** * IPortFilterWaveRT ***************************************************************************** @@ -518,6 +520,8 @@ DECLARE_INTERFACE_(IPortPinWaveRT, IIrpTarget) typedef IPortPinWavePci *PPORTPINWAVERT; +#endif + /***************************************************************************** * IPortFilterWaveCyclic ***************************************************************************** diff --git a/reactos/drivers/wdm/audio/backpln/portcls/private.h b/reactos/drivers/wdm/audio/backpln/portcls/private.h index c974c740446..4667a6c126a 100644 --- a/reactos/drivers/wdm/audio/backpln/portcls/private.h +++ b/reactos/drivers/wdm/audio/backpln/portcls/private.h @@ -109,6 +109,8 @@ PMINIPORTWAVEPCI GetWavePciMiniport( PPORTWAVEPCI Port); +#if (NTDDI_VERSION >= NTDDI_VISTA) + NTSTATUS NewPortFilterWaveRT( OUT IPortFilterWaveRT ** OutFilter); @@ -128,6 +130,8 @@ NTSTATUS NewPortWaveRTStream( PPORTWAVERTSTREAM *OutStream); +#endif + NTSTATUS NTAPI NewDispatchObject(