[vlc-devel] [vlc-commits] DXVA2_ModeVC1_D2010 is specified by Microsoft
Rafaël Carré
funman at videolan.org
Tue Feb 7 20:50:06 CET 2012
Le 2012-02-07 14:19, Jean-Baptiste Kempf a écrit :
> On Tue, Feb 07, 2012 at 01:59:03PM -0500, Rafaël Carré wrote :
>> The GUIDs are not defined by preprocessor (#define)
>
> They should be defined by DEFINE_GUID Macro, IMVHO
>
> Best regards,
Which expands to:
extern const GUID foo = { a, b, c, {d, .......} }
So it's not preprocessor.
Try;
int a;
#ifndef a
# error OMGWTFBBQ
#endif
More information about the vlc-devel
mailing list