mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 01:15:55 +00:00
Fix mingw32 build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3718050bb5
commit
d437db1b7b
@ -100,6 +100,7 @@ static HANDLE RedirectIO(const Path *path, int fd, std::string* ErrMsg) {
|
||||
|
||||
#ifdef __MINGW32__
|
||||
// Due to unknown reason, mingw32's w32api doesn't have this declaration.
|
||||
extern "C"
|
||||
BOOL WINAPI SetInformationJobObject(HANDLE hJob,
|
||||
JOBOBJECTINFOCLASS JobObjectInfoClass,
|
||||
LPVOID lpJobObjectInfo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user