mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
- Fix build
svn path=/trunk/; revision=40800
This commit is contained in:
parent
24fd99755b
commit
b0dc2e2c2a
2 changed files with 8 additions and 0 deletions
|
@ -474,6 +474,8 @@ DECLARE_INTERFACE_(IPortPinWavePci, IIrpTarget)
|
||||||
|
|
||||||
typedef IPortPinWavePci *PPORTPINWAVEPCI;
|
typedef IPortPinWavePci *PPORTPINWAVEPCI;
|
||||||
|
|
||||||
|
#if (NTDDI_VERSION >= NTDDI_VISTA)
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* IPortFilterWaveRT
|
* IPortFilterWaveRT
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
@ -518,6 +520,8 @@ DECLARE_INTERFACE_(IPortPinWaveRT, IIrpTarget)
|
||||||
|
|
||||||
typedef IPortPinWavePci *PPORTPINWAVERT;
|
typedef IPortPinWavePci *PPORTPINWAVERT;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
* IPortFilterWaveCyclic
|
* IPortFilterWaveCyclic
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
|
@ -109,6 +109,8 @@ PMINIPORTWAVEPCI
|
||||||
GetWavePciMiniport(
|
GetWavePciMiniport(
|
||||||
PPORTWAVEPCI Port);
|
PPORTWAVEPCI Port);
|
||||||
|
|
||||||
|
#if (NTDDI_VERSION >= NTDDI_VISTA)
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NewPortFilterWaveRT(
|
NewPortFilterWaveRT(
|
||||||
OUT IPortFilterWaveRT ** OutFilter);
|
OUT IPortFilterWaveRT ** OutFilter);
|
||||||
|
@ -128,6 +130,8 @@ NTSTATUS
|
||||||
NewPortWaveRTStream(
|
NewPortWaveRTStream(
|
||||||
PPORTWAVERTSTREAM *OutStream);
|
PPORTWAVERTSTREAM *OutStream);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
NewDispatchObject(
|
NewDispatchObject(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue