Skip to content

Commit e1c1605

Browse files
_configthreadlocale affects _setmbcp
1 parent a3b0eb6 commit e1c1605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/configthreadlocale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int _configthreadlocale(
8484
`0`
8585
Retrieves the current setting for this particular thread.
8686

87-
These functions affect the behavior of `setlocale`, `_tsetlocale`, and `_wsetlocale`. When per-thread locale is disabled, any subsequent call to `setlocale` or `_wsetlocale` changes the locale of all threads that use the global locale. When per-thread locale is enabled, `setlocale` or `_wsetlocale` only affects the current thread's locale.
87+
These functions affect the behavior of `setlocale`, `_tsetlocale`, `_wsetlocale`, and `_setmbcp`. When per-thread locale is disabled, any subsequent call to `setlocale` or `_wsetlocale` changes the locale of all threads that use the global locale. When per-thread locale is enabled, `setlocale` or `_wsetlocale` only affects the current thread's locale.
8888

8989
If you use `_configurethreadlocale` to enable a per-thread locale, we recommend that you call `setlocale` or `_wsetlocale` to set the preferred locale in that thread immediately afterward.
9090

0 commit comments

Comments
 (0)