Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 638 Bytes

compiler-warning-level-3-c4278.md

File metadata and controls

12 lines (10 loc) · 638 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Compiler Warning (level 3 and level 4) C4278
Compiler Warning (level 3 and level 4) C4278
08/27/2018
C4278
C4278

Compiler Warning (level 3 and level 4) C4278

'identifier': identifier in type library 'tlb' is already a macro; use the 'rename' qualifier

The #import is attempting to import an identifier into the translation unit. However, there's already a symbol with that name. Use the #import rename attribute to assign an alias to the symbol in the type library.