Skip to content

Commit 7c6d126

Browse files
committed
fix one more stray
1 parent e267562 commit 7c6d126

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/c-runtime-library/reference/futime-futime32-futime64.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ The **`_futime`** routine sets the modification date and the access time on the
5252
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).
5353

5454
> [!Note]
55-
> If you use Windows SDK version 10.0.xxxxx.xxxx and Visual Studio 2026 or later together, `_futime` is no longer `static inline` (internal linkage). Instead, it's `inline` (external linkage).\
55+
> If you use Windows SDK version 10.0.26100.6901 and Visual Studio 2026 or later together, `_futime` is no longer `static inline` (internal linkage). Instead, it's `inline` (external linkage).\
5656
> 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.\
5757
> This change increases UCRT conformance with the C++ standard and improves compatibility with C++ modules.
5858
5959
## Requirements
6060

6161
| Function | Required header | Optional header |
6262
|---|---|---|
63-
| **`_futime`** | \<sys/utime.h> | \<errno.h> |
64-
| **`_futime32`** | \<sys/utime.h> | \<errno.h> |
65-
| **`_futime64`** | \<sys/utime.h> | \<errno.h> |
63+
| **`_futime`** | `<sys/utime.h>` | `<errno.h>` |
64+
| **`_futime32`** | `<sys/utime.h>` | `<errno.h>` |
65+
| **`_futime64`** | `<sys/utime.h>` | `<errno.h>` |
6666

6767
For more compatibility information, see [Compatibility](../compatibility.md).
6868

0 commit comments

Comments
 (0)