Rollup merge of #82119 - m-ou-se:typo, r=dtolnay
Fix typo in link to CreateSymbolicLinkW documentation.
This commit is contained in:
commit
2030a54f9d
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ extern "system" {
|
||||||
pub fn HeapFree(hHeap: HANDLE, dwFlags: DWORD, lpMem: LPVOID) -> BOOL;
|
pub fn HeapFree(hHeap: HANDLE, dwFlags: DWORD, lpMem: LPVOID) -> BOOL;
|
||||||
|
|
||||||
// >= Vista / Server 2008
|
// >= Vista / Server 2008
|
||||||
// https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createsymboliclinka
|
// https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createsymboliclinkw
|
||||||
pub fn CreateSymbolicLinkW(
|
pub fn CreateSymbolicLinkW(
|
||||||
lpSymlinkFileName: LPCWSTR,
|
lpSymlinkFileName: LPCWSTR,
|
||||||
lpTargetFileName: LPCWSTR,
|
lpTargetFileName: LPCWSTR,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue