w32-pthreads: Fix build errors with VS2015

This commit is contained in:
GoaLitiuM 2015-05-04 15:56:01 +03:00
parent 65ccb2178e
commit e251d26560

View File

@ -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