mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
subprocess: Fix cross-compiling with mingw toolchain
Github-Pull: arun11299/cpp-subprocess#99 Rebased-From: 34033d03deacfdba892a708b7d8092b4d9e5e889
This commit is contained in:
parent
9e8992bf8b
commit
7ecb4e430a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Documentation for C++ subprocessing library.
|
|||
|
||||
extern "C" {
|
||||
#ifdef __USING_WINDOWS__
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
#include <cwchar>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue