mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 740324 - cubeb_winmm.c fails to compile on GCC r=jimm
This commit is contained in:
parent
932988efc9
commit
1e53ec0bd9
@ -17,9 +17,9 @@
|
||||
|
||||
#define NBUFS 4
|
||||
|
||||
static const GUID KSDATAFORMAT_SUBTYPE_PCM =
|
||||
const GUID KSDATAFORMAT_SUBTYPE_PCM =
|
||||
{ 0x00000001, 0x0000, 0x0010, { 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 } };
|
||||
static const GUID KSDATAFORMAT_SUBTYPE_IEEE_FLOAT =
|
||||
const GUID KSDATAFORMAT_SUBTYPE_IEEE_FLOAT =
|
||||
{ 0x00000003, 0x0000, 0x0010, { 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 } };
|
||||
|
||||
struct cubeb_stream_item {
|
||||
|
Loading…
Reference in New Issue
Block a user