From dbb06eac9bae1b8dbc50275b66c975da09b1d09a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 25 Sep 2018 23:22:08 +0200 Subject: Fix build with msvc (windows) Fix freeze when sub process (exec) returns a lot of data (in stdout) --- include/PkgConfig.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/PkgConfig.hpp b/include/PkgConfig.hpp index 43f7d91..2a52f2b 100644 --- a/include/PkgConfig.hpp +++ b/include/PkgConfig.hpp @@ -2,7 +2,6 @@ #define SIBS_PKGCONFIG_HPP #include "env.hpp" -#if OS_FAMILY == OS_FAMILY_POSIX #include "Result.hpp" #include #include @@ -28,6 +27,5 @@ namespace sibs static Result getDynamicLibsFlags(const std::vector &libs); }; } -#endif // OS_FAMILY_POSIX #endif // SIBS_PKGCONFIG_HPP -- cgit v1.2.3