w32-pthreads: Fix build errors with VS2015
This commit is contained in:
parent
65ccb2178e
commit
e251d26560
4
deps/w32-pthreads/pthread.h
vendored
4
deps/w32-pthreads/pthread.h
vendored
@ -205,6 +205,10 @@
|
||||
typedef unsigned long DWORD_PTR;
|
||||
typedef unsigned long ULONG_PTR;
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1900
|
||||
#define HAVE_STRUCT_TIMESPEC
|
||||
#endif
|
||||
/*
|
||||
* -----------------
|
||||
* autoconf switches
|
||||
|
Loading…
x
Reference in New Issue
Block a user