lsteamclient: Fix some compilation warnings.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-26 22:16:04 +02:00
parent c59345eb5b
commit fb7270ecbf
2 changed files with 0 additions and 6 deletions

View file

@ -38,7 +38,6 @@ static HANDLE callback_thread_handle;
struct callback_data *callback_queue[MAX_CALLBACK_QUEUE_SIZE];
static unsigned int callback_queue_size;
static BOOL callback_queue_done;
static UINT64 callback_queue_current_seq_number;
static pthread_mutex_t callback_queue_mutex;
static pthread_cond_t callback_queue_callback_event;
static pthread_cond_t callback_queue_ready_event;

View file

@ -115,8 +115,3 @@ HSteamPipe after_steam_pipe_create(HSteamPipe pipe);
#ifdef __cplusplus
}
#endif
#define TRACE WINE_TRACE
#define ERR WINE_ERR
#define WARN WINE_WARN
#define FIXME WINE_FIXME