mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 14:58:59 -04:00
7 lines
242 B
C
7 lines
242 B
C
// override-system-header.h to test out 'override' warning.
|
|
// rdar://18295240
|
|
#define END_COM_MAP virtual unsigned AddRef(void) = 0;
|
|
|
|
#define STDMETHOD(method) virtual void method
|
|
#define IFACEMETHOD(method) STDMETHOD(method)
|