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,15 +13,14 @@
* for more details.
*/
#include <library.h>
#include "thread.h"
#include <utils/debug.h>
#include <threading/spinlock.h>
#include <threading/thread.h>
#include <collections/hashtable.h>
#include <collections/array.h>
#include "thread.h"
typedef struct private_thread_t private_thread_t;