6 lines
74 B
Go
6 lines
74 B
Go
|
// +build windows
|
||
|
|
||
|
package fileutil
|
||
|
|
||
|
const maxMapSize = 0x7FFFFFFF // 2GB
|