all: Fix Microsoft documentation links in code comments (#7387)

This commit is contained in:
tomasz1986
2021-02-20 14:56:45 +01:00
committed by GitHub
parent c5663689a3
commit 1ed0116147
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func isDirectoryJunction(path string) (bool, error) {
}
defer syscall.CloseHandle(h)
//https://docs.microsoft.com/en-us/windows/win32/api/winbase/ns-winbase-file_attribute_tag_info
//https://docs.microsoft.com/windows/win32/api/winbase/ns-winbase-file_attribute_tag_info
const fileAttributeTagInfo = 9
type FILE_ATTRIBUTE_TAG_INFO struct {
FileAttributes uint32