Skip to content

Commit bee4b61

Browse files
authored
Update compiler-warning-level-3-c4278.md
1 parent 92d0cce commit bee4b61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-3-c4278.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ helpviewer_keywords: ["C4278"]
99

1010
> '*identifier*': identifier in type library '*tlb*' is already a macro; use the 'rename' qualifier
1111
12-
When using [#import](../../preprocessor/hash-import-directive-cpp.md), an identifier in the typelib you are importing is attempting to declare an identifier *identifier*. However, this is already a valid symbol.
13-
14-
Use the `#import` **rename** attribute to assign an alias to the symbol in the type library.
12+
The [`#import`](../../preprocessor/hash-import-directive-cpp.md) is attempting to import an identifier into the translation unit. However, there is already a symbol with that name. Use the `#import` **rename** attribute to assign an alias to the symbol in the type library.

0 commit comments

Comments
 (0)