taskkill: Make some variables static.

oldstable
Alexandre Julliard 2010-10-01 13:38:41 +02:00
parent 8599a53d24
commit 95e095ba31
1 changed files with 3 additions and 4 deletions

View File

@ -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
{