We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b015a commit 34033d0Copy full SHA for 34033d0
1 file changed
subprocess.hpp
@@ -61,7 +61,7 @@ Documentation for C++ subprocessing libraray.
61
62
extern "C" {
63
#ifdef __USING_WINDOWS__
64
- #include <Windows.h>
+ #include <windows.h>
65
#include <io.h>
66
#include <cwchar>
67
@@ -155,7 +155,7 @@ class OSError: public std::runtime_error
155
//--------------------------------------------------------------------
156
157
//Environment Variable types
158
-#ifndef _MSC_VER
+#ifndef __USING_WINDOWS__
159
using platform_str_t = std::string;
160
using platform_char_t = char;
161
#else
0 commit comments