]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/process.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / core / process.h
index 0d7faa6c82f96c0e1eb413e582eab6c5a10ff4f4..ed997f853e143a52bbfd386cda1e32115c937255 100644 (file)
@@ -5,6 +5,7 @@
 #include <vector>
 #include <msp/fs/path.h>
 #include <msp/io/base.h>
+#include "mspcore_api.h"
 #include "noncopyable.h"
 
 namespace Msp {
@@ -22,7 +23,7 @@ the process or capture its output, use an IO::Pipe.  Redirections performed on
 the self object take effect immediately.  It is recommended to perform such
 redirections directly on the Console objects.
 */
-class Process: private NonCopyable
+class MSPCORE_API Process: private NonCopyable
 {
 public:
        typedef std::vector<std::string> Arguments;