mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fix build
svn path=/trunk/; revision=40800
This commit is contained in:
@@ -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
|
||||
*****************************************************************************
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user