From e652a49cbac1098dd97695309336545ef4e9ae89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Jun 2017 14:31:26 +0200 Subject: Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization --- libbutl/process.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/process.hxx') 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 -- cgit v1.1