X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fenviron.h;fp=source%2Fcore%2Fenviron.h;h=7fbca16a126b406d68a9ffb9f6775a12caf0d943;hp=67fde05881651f467a87fbb4481f167ffea5aa55;hb=5d3a5019399f97af0371f4fd6dc415d36de6ac3a;hpb=5d51c374869f13f762039f58c03f3c5d75c12f07 diff --git a/source/core/environ.h b/source/core/environ.h index 67fde05..7fbca16 100644 --- a/source/core/environ.h +++ b/source/core/environ.h @@ -2,12 +2,13 @@ #define ENVIRON_H_ #include +#include "mspcore_api.h" namespace Msp { -std::string getenv(const std::string &); -void setenv(const std::string &, const std::string &); -void unsetenv(const std::string &); +MSPCORE_API std::string getenv(const std::string &); +MSPCORE_API void setenv(const std::string &, const std::string &); +MSPCORE_API void unsetenv(const std::string &); } // namespace Msp