Skip to content

Commit e267562

Browse files
committed
fix stray version #
1 parent b604129 commit e267562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/difftime-difftime32-difftime64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ These functions validate their parameters. If either of the parameters is zero o
4646
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).
4747
4848
> [!Note]
49-
> If you use Windows SDK version 10.0.xxxxx.xxxx and Visual Studio 2026 or later together, `difftime` is no longer `static inline` (internal linkage). Instead, it's `inline` (external linkage).\
49+
> If you use Windows SDK version 10.0.26100.6901 and Visual Studio 2026 or later together, `difftime` is no longer `static inline` (internal linkage). Instead, it's `inline` (external linkage).\
5050
> 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.\
5151
> This change increases UCRT conformance with the C++ standard and improves compatibility with C++ modules.
5252

0 commit comments

Comments
 (0)