amend c4533939b9
authorRobin Gareus <robin@gareus.org>
Sun, 23 Nov 2014 23:04:45 +0000 (00:04 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 23 Nov 2014 23:04:45 +0000 (00:04 +0100)
libs/ardour/ardour/system_exec.h
libs/ardour/system_exec.cc
libs/pbd/mountpoint.cc

index 6aa04bc07dd936268d3e38ad0c76c291208034de..ae865c7bff7ce040b87449688dfa8a54ae898c0e 100644 (file)
@@ -40,9 +40,7 @@ public:
        }
 
 private:
-#ifndef PLATFORM_WINDOWS
        static char * _vfork_exec_wrapper;
-#endif
 
 }; /* end class */
 
index 6ee6d809e083adfaf4679e3e0bb41c0e0309da0a..d83165252a913da4b08af75e47e788af0e37e226 100644 (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
index 545e71fbf2bba934d3e6b546fe7faf278f149371..ba4243979d8ebb7cab3eb78c38dede512a0310e6 100644 (file)
@@ -95,7 +95,7 @@ mountpoint (string path)
 }
 
 #elif defined(PLATFORM_WINDOWS)
-
+#include <assert.h>
 string
 mountpoint (string path)
 {