windows: Include for Vista instead of defining CondVar/SRWLock functions ourself
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user