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