taskkill: Make some variables static.
This commit is contained in:
parent
8599a53d24
commit
95e095ba31
|
@ -25,11 +25,10 @@
|
||||||
|
|
||||||
#include "taskkill.h"
|
#include "taskkill.h"
|
||||||
|
|
||||||
|
static int force_termination;
|
||||||
|
|
||||||
int force_termination;
|
static WCHAR **task_list;
|
||||||
|
static unsigned int task_count;
|
||||||
WCHAR **task_list;
|
|
||||||
unsigned int task_count;
|
|
||||||
|
|
||||||
struct pid_close_info
|
struct pid_close_info
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue