Commit 362ed8c2 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Correct the name of WAVEBANKMINIWAVEFORMAT.

parent 98eab245
...@@ -138,7 +138,7 @@ typedef struct WAVEBANKDATA ...@@ -138,7 +138,7 @@ typedef struct WAVEBANKDATA
DWORD dwEntryMetaDataElementSize; DWORD dwEntryMetaDataElementSize;
DWORD dwEntryNameElementSize; DWORD dwEntryNameElementSize;
DWORD dwAlignment; DWORD dwAlignment;
WAVEBANKMINIFORMAT CompactFormat; WAVEBANKMINIWAVEFORMAT CompactFormat;
FILETIME BuildTime; FILETIME BuildTime;
} WAVEBANKDATA, *LPWAVEBANKDATA; } WAVEBANKDATA, *LPWAVEBANKDATA;
typedef const WAVEBANKDATA *LPCWAVEBANKDATA; typedef const WAVEBANKDATA *LPCWAVEBANKDATA;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment