mbobka Ketchup Master
Russia 86 Posts
#define SOME_DEFINE {} __interface IInterface SOME_DEFINE; // IInterface colored as unknown/error symbol __interface IInterface2; // IInterface2 colored as variable __interface IInterface3 {}; // All OK
feline Whole Tomato Software
United Kingdom 19014 Posts
#define SOME_DEFINE {} __interface IInterface SOME_DEFINE; class IInterface4 SOME_DEFINE;