static
This commit is contained in:
parent
82b29e9a3b
commit
1f00810da3
10 changed files with 24 additions and 28 deletions
|
@ -35,13 +35,13 @@
|
|||
#include "mingw/common.h"
|
||||
|
||||
int device_fd = 0;
|
||||
HANDLE device_handle = INVALID_HANDLE_VALUE;
|
||||
static HANDLE device_handle = INVALID_HANDLE_VALUE;
|
||||
char *device = NULL;
|
||||
char *iface = NULL;
|
||||
char *device_info = NULL;
|
||||
|
||||
int device_total_in = 0;
|
||||
int device_total_out = 0;
|
||||
static int device_total_in = 0;
|
||||
static int device_total_out = 0;
|
||||
|
||||
extern char *myport;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue