modify w32-pthreads location in source/project files
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "platform.h"
|
||||
#include "bmem.h"
|
||||
|
||||
#include "../../w32-pthreads/pthread.h"
|
||||
#include "../../deps/w32-pthreads/pthread.h"
|
||||
|
||||
static bool have_clockfreq = false;
|
||||
static LARGE_INTEGER clock_freq;
|
||||
|
@@ -34,8 +34,8 @@
|
||||
#include "c99defs.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include "../../w32-pthreads/pthread.h"
|
||||
#include "../../w32-pthreads/semaphore.h"
|
||||
#include "../../deps/w32-pthreads/pthread.h"
|
||||
#include "../../deps/w32-pthreads/semaphore.h"
|
||||
#else
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
|
Reference in New Issue
Block a user