Make return value of SetPriorityClass() behave the same as setpriority().

This commit is contained in:
Guus Sliepen 2011-05-22 15:56:04 +02:00
parent 03b7118139
commit 07ffb1a198
3 changed files with 6 additions and 2 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
Version 1.0.15 not released yet
* Fix ProcessPriority option under Windows.
Version 1.0.14 May 8 2011
* Fixed reading configuration files that do not end with a newline. Again.