commit | d437db1b7b449a96f0bb4d768d590d4861dba012 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Mon Mar 19 20:19:08 2007 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Mon Mar 19 20:19:08 2007 +0000 |
tree | c2c1c9ebfff1fe68e6e430da53c1464b96bfccf6 | |
parent | 3718050bb594704a42f70d006745a938ff3564ce [diff] [blame] |
Fix mingw32 build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35177 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Win32/Program.inc b/lib/System/Win32/Program.inc index 7cc14a2..60e9e41 100644 --- a/lib/System/Win32/Program.inc +++ b/lib/System/Win32/Program.inc
@@ -100,6 +100,7 @@ #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,