mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Read the Wine version without Boost.Process
By spawning the process using posix_spawn and manually reading from a pipe.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "../common/configuration.h"
|
||||
#include "../common/plugins.h"
|
||||
#include "../common/process.h"
|
||||
#include "../common/utils.h"
|
||||
|
||||
/**
|
||||
@@ -76,6 +77,8 @@ struct PluginInfo {
|
||||
* unset if we could not detect a prefix.
|
||||
*/
|
||||
boost::process::environment create_host_env() const;
|
||||
// FIXME: Replace create_host_env with this one
|
||||
ProcessEnvironment create_host_env_2() const;
|
||||
|
||||
/**
|
||||
* Return the path to the actual Wine prefix in use, taking into account
|
||||
|
||||
Reference in New Issue
Block a user