Opened 16 years ago
Closed 16 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)
by , 16 years ago
| Attachment: | 7932-win32_nice.patch added |
|---|
comment:1 by , 16 years ago
| Milestone: | unknown → 0.23 |
|---|
by , 16 years ago
| Attachment: | 7932-win32_nice.2.patch added |
|---|
Note:
See TracTickets
for help on using tickets.

Revised patch - fixes a typo