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/curl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/curl.hxx') diff --git a/libbutl/curl.hxx b/libbutl/curl.hxx index bc4eb0f..19105ef 100644 --- a/libbutl/curl.hxx +++ b/libbutl/curl.hxx @@ -86,7 +86,7 @@ namespace butl // 3. Only binary data HTTP POST is currently supported (the --data-binary // curl option). // - class LIBBUTL_EXPORT curl: public process + class LIBBUTL_SYMEXPORT curl: public process { public: enum method_type {get, put, post}; -- cgit v1.1