mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). It should be provided with _WIN32_WINNT>=0x0500.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad1b453b24
commit
2d52a612d9
@ -22,15 +22,6 @@
|
|||||||
//=== and must not be UNIX code
|
//=== and must not be UNIX code
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
|
||||||
// Ancient mingw32's w32api might not have this declaration.
|
|
||||||
extern "C"
|
|
||||||
BOOL WINAPI SetInformationJobObject(HANDLE hJob,
|
|
||||||
JOBOBJECTINFOCLASS JobObjectInfoClass,
|
|
||||||
LPVOID lpJobObjectInfo,
|
|
||||||
DWORD cbJobObjectInfoLength);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
struct Win32ProcessInfo {
|
struct Win32ProcessInfo {
|
||||||
HANDLE hProcess;
|
HANDLE hProcess;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user