|
|
@ -339,8 +339,8 @@ bool AppInit2(boost::thread_group& threadGroup) |
|
|
|
// Minimum supported OS versions: WinXP SP3, WinVista >= SP1, Win Server 2008
|
|
|
|
// Minimum supported OS versions: WinXP SP3, WinVista >= SP1, Win Server 2008
|
|
|
|
// A failure is non-critical and needs no further attention!
|
|
|
|
// A failure is non-critical and needs no further attention!
|
|
|
|
#ifndef PROCESS_DEP_ENABLE |
|
|
|
#ifndef PROCESS_DEP_ENABLE |
|
|
|
// We define this here, because GCCs winbase.h limits this to _WIN32_WINNT >= 0x0601 (Windows 7),
|
|
|
|
// We define this here, because GCCs winbase.h limits this to _WIN32_WINNT >= 0x0601 (Windows 7),
|
|
|
|
// which is not correct. Can be removed, when GCCs winbase.h is fixed!
|
|
|
|
// which is not correct. Can be removed, when GCCs winbase.h is fixed!
|
|
|
|
#define PROCESS_DEP_ENABLE 0x00000001 |
|
|
|
#define PROCESS_DEP_ENABLE 0x00000001 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
typedef BOOL (WINAPI *PSETPROCDEPPOL)(DWORD); |
|
|
|
typedef BOOL (WINAPI *PSETPROCDEPPOL)(DWORD); |
|
|
|