Commit 95e095ba authored by Alexandre Julliard's avatar Alexandre Julliard

taskkill: Make some variables static.

parent 8599a53d
......@@ -25,11 +25,10 @@
#include "taskkill.h"
static int force_termination;
int force_termination;
WCHAR **task_list;
unsigned int task_count;
static WCHAR **task_list;
static unsigned int task_count;
struct pid_close_info
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment