brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · 6af865e Raw
6 lines · c
1// override-system-header.h to test out 'override' warning.2#define END_COM_MAP virtual unsigned AddRef(void) = 0;3 4#define STDMETHOD(method)        virtual void method5#define IFACEMETHOD(method)         STDMETHOD(method)6