mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
subprocess: Fix cross-compiling with mingw toolchain
Github-Pull: arun11299/cpp-subprocess#99 Rebased-From: 34033d03deacfdba892a708b7d8092b4d9e5e889
This commit is contained in:
parent
647630462f
commit
7997b7656f
@ -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…
Reference in New Issue
Block a user