Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 684 Bytes

compiler-warning-level-3-c4278.md

File metadata and controls

15 lines (12 loc) · 684 Bytes
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
C4278
C4278
4b6053fb-df62-4c04-b6c8-c011759557b8

Compiler Warning (level 3) C4278

'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.