Skip to content

Commit d5dc242

Browse files
committed
Resolves #29
1 parent 503558a commit d5dc242

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/sleeper_windows.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"fmt"
55
"syscall"
6-
"unsafe"
6+
// "unsafe"
77

88
winio "github.com/Microsoft/go-winio"
99
)
@@ -28,7 +28,6 @@ func ExecuteCommand(Command CommandConfiguration) {
2828
sleepDLLImplementation(0)
2929
} else if Command.Operation == DEFAULT_COMMAND_HIBERNATE {
3030
sleepDLLImplementation(1)
31-
}
3231
} else if Command.Operation == DEFAULT_COMMAND_SHUTDOWN {
3332
shutdownDLLImplementation()
3433
}

0 commit comments

Comments
 (0)