Files
wireguard-go/tun/wintun/memmod/memmod_windows_32.go
T

17 lines
333 B
Go
Raw Normal View History

2021-10-11 14:53:36 -06:00
//go:build (windows && 386) || (windows && arm)
/* SPDX-License-Identifier: MIT
*
2021-01-28 17:52:15 +01:00
* Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
*/
package memmod
func (opthdr *IMAGE_OPTIONAL_HEADER) imageOffset() uintptr {
return 0
}
func (module *Module) check4GBBoundaries(alignedImageSize uintptr) (err error) {
return
}