We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413ca98 commit 1d26e41Copy full SHA for 1d26e41
library/std/src/sys/windows/c.rs
@@ -1103,7 +1103,7 @@ compat_fn! {
1103
GetSystemTimeAsFileTime(lpSystemTimeAsFileTime)
1104
}
1105
1106
- // >= Win11
+ // >= Win11 / Server 2022
1107
// https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppath2a
1108
pub fn GetTempPath2W(nBufferLength: DWORD, lpBuffer: LPCWSTR) -> DWORD {
1109
GetTempPathW(nBufferLength, lpBuffer)
0 commit comments