uxplay.cpp: small cleanup; also remove unused WIN32 code in lib/threads.h.

This commit is contained in:
fduncanh
2022-08-29 11:47:10 -04:00
parent 6e8491a30a
commit 24da455071
2 changed files with 2 additions and 23 deletions

View File

@@ -65,7 +65,7 @@ static logger_t *render_logger = NULL;
static bool relaunch_video = false;
static bool relaunch_server = false;
static bool reset_loop = false;
static uint open_connections = 0;
static unsigned int open_connections = 0;
static bool connections_stopped = false;
static unsigned int server_timeout = 0;
static unsigned int counter;