Skip to content

Commit 7997b76

Browse files
committed
subprocess: Fix cross-compiling with mingw toolchain
Github-Pull: arun11299/cpp-subprocess#99 Rebased-From: 34033d03deacfdba892a708b7d8092b4d9e5e889
1 parent 6476304 commit 7997b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/subprocess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Documentation for C++ subprocessing library.
6565

6666
extern "C" {
6767
#ifdef __USING_WINDOWS__
68-
#include <Windows.h>
68+
#include <windows.h>
6969
#include <io.h>
7070
#include <cwchar>
7171

0 commit comments

Comments
 (0)