diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 07:01:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-21 07:01:34 +0200 |
commit | 083834dcc5b76fe6f1318eb2b91c5caf08cd0c5f (patch) | |
tree | 8a2a04008c5f119bd8207c4f7df4f815c9fe8622 /butl/process | |
parent | 5661b404b0104c3065a40ad622bdd3c11d748a99 (diff) |
Make dummy process_exit::{signal,core}() available on Windows
Diffstat (limited to 'butl/process')
-rw-r--r-- | butl/process | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/butl/process b/butl/process index c316904..9c0d060 100644 --- a/butl/process +++ b/butl/process @@ -156,7 +156,7 @@ namespace butl // Abnormal termination information. // -#ifndef _WIN32 + // Return the signal number that caused the termination or 0 if no such // information is available. // @@ -167,7 +167,6 @@ namespace butl // bool core () const; -#endif // Return a description of the reason that caused the process to terminate // abnormally. On POSIX this is the signal name, on Windows -- the summary |