- Fix KSP_NODE struct and build

svn path=/trunk/; revision=39642
This commit is contained in:
Johannes Anderwald 2009-02-17 05:28:28 +00:00
parent 0fa0461cc6
commit 59cb16455f
2 changed files with 7 additions and 0 deletions

View file

@ -1479,6 +1479,9 @@ typedef struct
typedef struct
{
KSPROPERTY Property;
ULONG NodeId;
ULONG Reserved;
} KSP_NODE, *PKSP_NODE;
typedef struct

View file

@ -197,7 +197,11 @@ extern "C" {
#define WAVE_FORMAT_96S08 131072
#define WAVE_FORMAT_96M16 262144
#define WAVE_FORMAT_96S16 524288
#ifndef WAVE_FORMAT_PCM
#define WAVE_FORMAT_PCM 1
#endif
#define MIDIERR_UNPREPARED MIDIERR_BASE
#define MIDIERR_STILLPLAYING (MIDIERR_BASE+1)
#define MIDIERR_NOMAP (MIDIERR_BASE+2)