http://bugs.winehq.org/show_bug.cgi?id=15378
--- Comment #2 from Austin English austinenglish@gmail.com 2008-09-23 03:27:57 --- (In reply to comment #1)
Does it help if you replace
static REFIID const none_iids[] = {
by
static const IID * const none_iids[] = {
?
Yep, compiles fine.