1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00
shirou_gopsutil/common_windows.go

12 lines
114 B
Go
Raw Normal View History

// +build windows
package main
import (
"syscall"
)
2014-04-20 01:53:00 +09:00
var (
modKernel32 = syscall.NewLazyDLL("kernel32.dll")
)