windows: Include for Vista instead of defining CondVar/SRWLock functions ourself

This commit is contained in:
Martin Willi
2014-06-04 15:53:05 +02:00
parent 8120b3c339
commit 89e46c41f1
5 changed files with 12 additions and 33 deletions
+2 -3
View File
@@ -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;