On 08/24/12 18:24, Roger Pack wrote:
> I don't know if this is a bug, or even the right forum, but this line:
>
> IsEqualGUID(FORMAT_WaveFormatEx, FORMAT_WaveFormatEx);

The correct form is probably:
IsEqualGUID(&FORMAT_WaveFormatEx, &FORMAT_WaveFormatEx);
Your form would be valid in C++, but not in C.

Jacek

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to