From 8ca3b4e5996e37411d866fb5fa1b1a86515aa628 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Oct 2020 21:29:39 +0300 Subject: Fix 'unresolved external symbol' for process::timed_wait(milliseconds) on Windows --- libbutl/process.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl') diff --git a/libbutl/process.ixx b/libbutl/process.ixx index eba6be5..c32bf2a 100644 --- a/libbutl/process.ixx +++ b/libbutl/process.ixx @@ -251,7 +251,7 @@ namespace butl // specialization. // template <> - optional process:: + LIBBUTL_SYMEXPORT optional process:: timed_wait (const std::chrono::milliseconds&); template -- cgit v1.1