From 098559ca3552ebd8f80a6d28254f4fa58913b751 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2016 08:56:48 +0200 Subject: Add DLL export/import support --- butl/process | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'butl/process') diff --git a/butl/process b/butl/process index e864b53..fc8c1e8 100644 --- a/butl/process +++ b/butl/process @@ -13,9 +13,11 @@ #include // uint32_t #include +#include + namespace butl { - struct process_error: std::system_error + struct LIBBUTL_EXPORT process_error: std::system_error { bool child () const {return child_;} @@ -34,7 +36,7 @@ namespace butl bool child_; }; - class process + class LIBBUTL_EXPORT process { public: // Start another process using the specified command line. The default -- cgit v1.1