forked from OSchip/llvm-project
parent
cbf49a803c
commit
2946e07557
|
@ -100,6 +100,7 @@ static HANDLE RedirectIO(const Path *path, int fd, std::string* ErrMsg) {
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
// Due to unknown reason, mingw32's w32api doesn't have this declaration.
|
// Due to unknown reason, mingw32's w32api doesn't have this declaration.
|
||||||
|
extern "C"
|
||||||
BOOL WINAPI SetInformationJobObject(HANDLE hJob,
|
BOOL WINAPI SetInformationJobObject(HANDLE hJob,
|
||||||
JOBOBJECTINFOCLASS JobObjectInfoClass,
|
JOBOBJECTINFOCLASS JobObjectInfoClass,
|
||||||
LPVOID lpJobObjectInfo,
|
LPVOID lpJobObjectInfo,
|
||||||
|
|
Loading…
Reference in New Issue