mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-09-13 01:10:27 -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
|
//Environment Variable types
|
||||||
#ifndef _MSC_VER
|
#ifndef __USING_WINDOWS__
|
||||||
using env_string_t = std::string;
|
using env_string_t = std::string;
|
||||||
using env_char_t = char;
|
using env_char_t = char;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user