Skip to content

Commit

Permalink
Resolves #29
Browse files Browse the repository at this point in the history
  • Loading branch information
SR-G committed Jul 4, 2021
1 parent 503558a commit d5dc242
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sleeper_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"
"syscall"
"unsafe"
// "unsafe"

winio "github.com/Microsoft/go-winio"
)
Expand All @@ -28,7 +28,6 @@ func ExecuteCommand(Command CommandConfiguration) {
sleepDLLImplementation(0)
} else if Command.Operation == DEFAULT_COMMAND_HIBERNATE {
sleepDLLImplementation(1)
}
} else if Command.Operation == DEFAULT_COMMAND_SHUTDOWN {
shutdownDLLImplementation()
}
Expand Down

0 comments on commit d5dc242

Please sign in to comment.