mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
9 lines
128 B
Go
9 lines
128 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package process
|
|
|
|
// CADEvent handle ctrl+alt+del event
|
|
func (p *Process) CADEvent() {
|
|
}
|