amend c4533939b9

This commit is contained in:
Robin Gareus
2014-11-24 00:04:45 +01:00
parent 3aea7af3fd
commit c0e8647806
3 changed files with 1 additions and 5 deletions

View File

@@ -40,9 +40,7 @@ public:
}
private:
#ifndef PLATFORM_WINDOWS
static char * _vfork_exec_wrapper;
#endif
}; /* end class */

View File

@@ -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

View File

@@ -95,7 +95,7 @@ mountpoint (string path)
}
#elif defined(PLATFORM_WINDOWS)
#include <assert.h>
string
mountpoint (string path)
{