Remove extra semicolon in my definition of setpriority()
This commit is contained in:
parent
5a7fc58012
commit
63fe89e9eb
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ static bool drop_privs() {
|
|||
}
|
||||
|
||||
#ifdef HAVE_MINGW
|
||||
# define setpriority(level) SetPriorityClass(GetCurrentProcess(), level);
|
||||
# define setpriority(level) SetPriorityClass(GetCurrentProcess(), level)
|
||||
#else
|
||||
# define NORMAL_PRIORITY_CLASS 0
|
||||
# define BELOW_NORMAL_PRIORITY_CLASS 10
|
||||
|
|
Loading…
Reference in a new issue