mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 22:48:18 +03:00
parent
c59345eb5b
commit
fb7270ecbf
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user