Skip to content

Commit e8bc34b

Browse files
author
Colin Robertson
authored
Update set-com-error-handler.md
Prefer actual compiler switches to whatever weirdly spelled name they give it in the IDE properties.
1 parent d3b6c6a commit e8bc34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Exception raised: Unable to establish the connection!
8383

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

86-
**Lib:** If the **Treat WChar_t As Built in Type** compiler option is on, use comsuppw.lib or comsuppwd.lib. If **Treat WChar_t As Built in 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

0 commit comments

Comments
 (0)