Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guevara-chan authored Nov 24, 2017
1 parent 5d1f0b0 commit e5b7fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified Shootdøwn.exe
Binary file not shown.
5 changes: 4 additions & 1 deletion src/Shootdøwn.boo
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,14 @@ class ProcInfo(Δ):
Process.Start(ProcessStartInfo(FileName: exe, WorkingDirectory: Path.GetDirectoryName(exe)))
return self

override def ToString():
return exe

static def op_Equality(x as ProcInfo, y as ProcInfo):
return x.pid == y.pid

static def op_Implicit(x as ProcInfo):
return x.exe
return "$x"

[Extension] static def locate(proc_handle as IntPtr):
proc_handle = ProcessAccess.QueryLimitedInformation.OpenProcess(true, proc_handle)
Expand Down

0 comments on commit e5b7fdc

Please sign in to comment.