Candidate windows compilation fix
This commit is contained in:
parent
c3f5ebb9fd
commit
7f11fcf7a6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import vibe.core.internal.release;
|
||||||
*/
|
*/
|
||||||
Process registerProcess(Pid pid)
|
Process registerProcess(Pid pid)
|
||||||
@trusted {
|
@trusted {
|
||||||
return registerProcess(pid.osHandle);
|
return registerProcess(pid.processID);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// ditto
|
/// ditto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue