Opened 11 years ago
Closed 11 years ago
#7932 closed patch (fixed)
Fix win32 nice() macro in compat.h
Reported by: | Owned by: | Nigel | |
---|---|---|---|
Priority: | minor | Milestone: | 0.23 |
Component: | Ports - Windows | Version: | head |
Severity: | medium | Keywords: | win32 nice |
Cc: | Ticket locked: | no |
Description
win32 uses a macro to implement unix-style niceness adjustments, but the macro is incorrect. It sets thread priority instead of process priority, and it increases priority when lower priority is requested. Attached patch corrects both issues.
Attachments (2)
Change History (4)
Changed 11 years ago by
Attachment: | 7932-win32_nice.patch added |
---|
comment:1 Changed 11 years ago by
Milestone: | unknown → 0.23 |
---|
Changed 11 years ago by
Attachment: | 7932-win32_nice.2.patch added |
---|
Note: See
TracTickets for help on using
tickets.
Revised patch - fixes a typo