Skip to content

Commit 804bd87

Browse files
committed
subprocess: Backport changes from upstream PR99
See: arun11299/cpp-subprocess#99.
1 parent 29a1108 commit 804bd87

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)