Skip to content

Commit d33d8b8

Browse files
authored
Update docs/c-runtime-library/reference/ctime-ctime32-ctime64-wctime-wctime32-wctime64.md
1 parent 7c6d126 commit d33d8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/ctime-ctime32-ctime64-wctime-wctime32-wctime64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These functions validate their parameters. If *`sourceTime`* is a null pointer,
6161

6262
By default, this function's global state is scoped to the application. To change this behavior, see [Global state in the CRT](../global-state.md).
6363

64-
>> [!Note]
64+
> [!Note]
6565
> When you use Windows SDK version 10.0.26100.6901 and Visual Studio 2026 or later together, `ctime` and `_wctime` are no longer `static inline` (internal linkage). Instead, they're `inline` (external linkage).\
6666
> To return to the previous behavior, `#define _STATIC_INLINE_UCRT_FUNCTIONS=1` before including any CRT headers. By default, `_STATIC_INLINE_UCRT_FUNCTIONS` is set to 0.\
6767
> This change increases UCRT conformance with the C++ standard and improves compatibility with C++ modules.

0 commit comments

Comments
 (0)