mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Fix windows build.
This commit is contained in:
@@ -474,6 +474,10 @@ fail:
|
||||
return std::unique_ptr<Process>();
|
||||
}
|
||||
|
||||
int Process::pid() {
|
||||
return mPID;
|
||||
}
|
||||
|
||||
}} // namespace eterm::System
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user