Skip to content

Commit 650a405

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1010
> '*identifier*': identifier in type library '*tlb*' is already a macro; use the 'rename' qualifier
1111
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.
12+
The [`#import`](../../preprocessor/hash-import-directive-cpp.md) 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.

0 commit comments

Comments
 (0)