diff --git a/subprocess.hpp b/subprocess.hpp index 24fa303..e6f29a9 100755 --- a/subprocess.hpp +++ b/subprocess.hpp @@ -155,7 +155,7 @@ public: //-------------------------------------------------------------------- //Environment Variable types -#ifndef _MSC_VER +#ifndef __USING_WINDOWS__ using env_string_t = std::string; using env_char_t = char; #else