windows: Include for Vista instead of defining CondVar/SRWLock functions ourself
This commit is contained in:
@@ -13,14 +13,13 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#include <library.h>
|
||||
#include "thread.h"
|
||||
|
||||
#include <utils/debug.h>
|
||||
#include <threading/rwlock.h>
|
||||
#include <threading/rwlock_condvar.h>
|
||||
#include <threading/thread_value.h>
|
||||
|
||||
#include "thread.h"
|
||||
|
||||
typedef struct private_rwlock_t private_rwlock_t;
|
||||
typedef struct private_rwlock_condvar_t private_rwlock_condvar_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user