From 083834dcc5b76fe6f1318eb2b91c5caf08cd0c5f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Apr 2017 07:01:34 +0200 Subject: Make dummy process_exit::{signal,core}() available on Windows --- butl/process | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'butl/process') 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 -- cgit v1.1