mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-30 09:01:59 -05:00
w32-pthreads: Fix build errors with VS2015
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user