headers: Fix missing enum values in mfobjects.h

The ifdefs (that aren't within cpp_quote()) in the idl file aren't
brought along as such, but are evaluated when widl interprets the
file, which means the enclosed declarations are left out, and the
ifdefs don't make it into the final header.

Signed-off-by: Martin Storsjö <martin@martin.st>
2 files changed