Skip to content
Snippets Groups Projects
Commit 1e53ec0b authored by Jacek Caban's avatar Jacek Caban
Browse files

Bug 740324 - cubeb_winmm.c fails to compile on GCC r=jimm

parent 932988ef
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment