aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-23 14:31:26 +0200
commite652a49cbac1098dd97695309336545ef4e9ae89 (patch)
tree1af0a5270d06e05e788c1342e1cc35723106b7ec /libbutl/process.hxx
parentc36042925c8d52e3899ea310018cb7243d191306 (diff)
Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization
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