Skip to content

Commit 7ba9327

Browse files
authored
Merge pull request #1791 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents dcda8fe + 8a21d8a commit 7ba9327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/set-com-error-handler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Exception raised: Unable to establish the connection!
8383

8484
**Header:** \<comdef.h>
8585

86-
**Lib:** If the **wchar_t is Native Type** compiler option is on, use comsuppw.lib or comsuppwd.lib. If **wchar_t is Native Type** is off, use comsupp.lib. For more information, see [/Zc:wchar_t (wchar_t Is Native Type)](../build/reference/zc-wchar-t-wchar-t-is-native-type.md).
86+
**Lib:** If the **/Zc:wchar_t** compiler option is specified (the default), use comsuppw.lib or comsuppwd.lib. If the **/Zc:wchar_t-** compiler option is specified, use comsupp.lib. For more information, including how to set this option in the IDE, see [/Zc:wchar_t (wchar_t Is Native Type)](../build/reference/zc-wchar-t-wchar-t-is-native-type.md).
8787

8888
## See also
8989

90-
[Compiler COM Global Functions](../cpp/compiler-com-global-functions.md)
90+
[Compiler COM Global Functions](../cpp/compiler-com-global-functions.md)

0 commit comments

Comments
 (0)