diff options
Diffstat (limited to 'butl/process.ixx')
-rw-r--r-- | butl/process.ixx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/butl/process.ixx b/butl/process.ixx index c452b0f..65aeeb6 100644 --- a/butl/process.ixx +++ b/butl/process.ixx @@ -49,6 +49,14 @@ namespace butl return *this; } +#ifndef _WIN32 + inline process::id_type process:: + id () const + { + return handle; + } +#endif + inline const char* process_path:: recall_string () const { |