Commit e0ec4f8c authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wineoss: Use a pthread mutex for the stream lock.

parent 8298ca9e
......@@ -35,6 +35,8 @@ struct oss_stream
BYTE *local_buffer, *tmp_buffer;
INT32 getbuf_last; /* <0 when using tmp_buffer */
pthread_mutex_t lock;
};
/* From <dlls/mmdevapi/mmdevapi.h> */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment