mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
11 lines
137 B
Go
11 lines
137 B
Go
//go:build !go1.21
|
|
|
|
package winpowrprof
|
|
|
|
type myPinner struct{}
|
|
|
|
func (p *myPinner) Pin(pointer any) {
|
|
}
|
|
|
|
func (p *myPinner) Unpin() {
|
|
}
|