Skip to content

Commit 8a21d8a

Browse files
author
Colin Robertson
authored
Merge pull request #819 from drvoss/patch-49
Update set-com-error-handler.md
2 parents dbfd702 + e8bc34b commit 8a21d8a

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)