amend c4533939b9
This commit is contained in:
@@ -40,9 +40,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
static char * _vfork_exec_wrapper;
|
||||
#endif
|
||||
|
||||
}; /* end class */
|
||||
|
||||
|
||||
@@ -27,9 +27,7 @@
|
||||
|
||||
using namespace ARDOUR;
|
||||
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
char * SystemExec::_vfork_exec_wrapper = NULL;
|
||||
#endif
|
||||
|
||||
static char *vfork_exec_wrapper_path() {
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
|
||||
@@ -95,7 +95,7 @@ mountpoint (string path)
|
||||
}
|
||||
|
||||
#elif defined(PLATFORM_WINDOWS)
|
||||
|
||||
#include <assert.h>
|
||||
string
|
||||
mountpoint (string path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user