[mythtv-commits] Ticket #7932: Fix win32 nice() macro in compat.h
MythTV
mythtv at cvs.mythtv.org
Mon Jan 18 19:25:18 UTC 2010
#7932: Fix win32 nice() macro in compat.h
----------------------------------------+-----------------------------------
Reporter: Jeff Lu <jll544@…> | Owner: nigel
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: Ports - Windows | Version: head
Severity: medium | Mlocked: 0
----------------------------------------+-----------------------------------
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.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7932>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list