- Fix warning

- Fix KSALLOCATOR_FRAMING structure

svn path=/trunk/; revision=40711
This commit is contained in:
Johannes Anderwald 2009-04-27 00:15:52 +00:00
parent 54a86cf16f
commit dc97dbb867
2 changed files with 16 additions and 0 deletions

View file

@ -82,6 +82,9 @@ DrmGetContentRights(
DEFINE_GUID(IID_IDrmAudioStream,
0x1915c967, 0x3299, 0x48cb, 0xa3, 0xe4, 0x69, 0xfd, 0x1d, 0x1b, 0x30, 0x6e);
#undef INTERFACE
#define INTERFACE IDrmAudioStream
DECLARE_INTERFACE_(IDrmAudioStream, IUnknown)
{
STDMETHOD_(NTSTATUS, QueryInterface)(THIS_

View file

@ -1417,6 +1417,19 @@ typedef struct
typedef struct
{
union {
ULONG OptionsFlags;
ULONG RequirementsFlags;
};
#if defined(_NTDDK_)
POOL_TYPE PoolType;
#else
ULONG PoolType;
#endif
ULONG Frames;
ULONG FrameSize;
ULONG FileAlignment;
ULONG Reserved;
} KSALLOCATOR_FRAMING, *PKSALLOCATOR_FRAMING;
typedef struct