Browse Source

add volume type fun for windows

pull/103/head
Lunny Xiao 11 years ago
parent
commit
737c94243a
  1. 4
      cmd/helper_windows.go

4
cmd/helper_windows.go

@ -1,11 +1,11 @@
package cmd
import (
"github.com/Unknwon/com"
"os"
"os/exec"
"syscall"
"github.com/Unknwon/com"
"unsafe"
)
func makeLink(srcPath, destPath string) error {

Loading…
Cancel
Save