description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 3) C4278 |
Compiler Warning (level 3) C4278 |
08/27/2018 |
|
|
4b6053fb-df62-4c04-b6c8-c011759557b8 |
'identifier': identifier in type library 'tlb' is already a macro; use the 'rename' qualifier
When using #import, an identifier in the typelib you are importing is attempting to declare an identifier identifier. However, this is already a valid symbol.
Use the #import
rename attribute to assign an alias to the symbol in the type library.