Files
mirror-processhacker/misc/taskmgr/include/priority.h
T
dmex b5b10f9194 misc/taskmgr: fixed crash, reorganized files, fixed 'debug' project properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4530 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-24 10:06:31 +00:00

26 lines
939 B
C

/*
* ReactOS Task Manager
*
* priority.h
*
* Copyright (C) 1999 - 2001 Brian Palmer <brianp@reactos.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#pragma once
void DoSetPriority(DWORD priority);