Use the Job Object only on Windows XP and later. This avoids a bunch of warnings...
commitc5b692ffd8c0b9e5097e7a1a7197880df836af40
authorlordmulder <mulder2@gmx.de>
Fri, 2 Mar 2012 13:31:13 +0000 (2 14:31 +0100)
committerlordmulder <mulder2@gmx.de>
Fri, 2 Mar 2012 13:31:13 +0000 (2 14:31 +0100)
tree16a97893a0b11f4f0c755c075ce775b234eb45c7
parent80df6532cde12e907f4fd1453553793908dfda18
Use the Job Object only on Windows XP and later. This avoids a bunch of warnings on Windows 2000, because SetInformationJobObject() is going to fail there.
src/Config.h
src/Tool_Abstract.cpp