mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix mingw32 build
llvm-svn: 35177
This commit is contained in:
parent
12e31a7121
commit
62e2448864
@ -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…
Reference in New Issue
Block a user