aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.hxx')
-rw-r--r--libbutl/process.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/process.hxx b/libbutl/process.hxx
index 4a1a9d0..ca49369 100644
--- a/libbutl/process.hxx
+++ b/libbutl/process.hxx
@@ -119,7 +119,7 @@ namespace butl
// Process exit information.
//
- struct LIBBUTL_EXPORT process_exit
+ struct LIBBUTL_SYMEXPORT process_exit
{
// Status type is the raw exit value as returned by GetExitCodeProcess()
// (NTSTATUS value that represents exit or error codes; MSDN refers to the
@@ -177,7 +177,7 @@ namespace butl
description () const;
};
- class LIBBUTL_EXPORT process
+ class LIBBUTL_SYMEXPORT process
{
public:
#ifndef _WIN32