mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-09-09 23:38:20 -04:00
fixed ifdef to run on windows
This commit is contained in:
parent
fa58db9d6e
commit
06a8aa0503
@ -150,7 +150,7 @@ public:
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
//Environment Variable types
|
||||
#ifndef _MSC_VER
|
||||
#ifndef __USING_WINDOWS__
|
||||
using env_string_t = std::string;
|
||||
using env_char_t = char;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user