Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initLongPathSupport (0.13 sec)

  1. src/runtime/os_windows.go

    			throw("timeBegin/EndPeriod not found")
    		}
    	}
    }
    
    //go:linkname canUseLongPaths internal/syscall/windows.CanUseLongPaths
    var canUseLongPaths bool
    
    // initLongPathSupport enables long path support.
    func initLongPathSupport() {
    	const (
    		IsLongPathAwareProcess = 0x80
    		PebBitFieldOffset      = 3
    	)
    
    	// Check that we're ≥ 10.0.15063.
    	info := _OSVERSIONINFOW{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top