summaryrefslogtreecommitdiff
path: root/source/dng_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/dng_pthread.h')
-rw-r--r--source/dng_pthread.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/dng_pthread.h b/source/dng_pthread.h
index 4572e31..80c3d24 100644
--- a/source/dng_pthread.h
+++ b/source/dng_pthread.h
@@ -53,18 +53,8 @@
#endif
-// Use the standard "timespec" struct as "dng_timespec" for VS2015 and above
-// from <time.h>. Define "dng_timespec" as "timespec" otherwise.
-#if _MSC_VER >= 1900
#include <time.h>
#define dng_timespec timespec
-#else
-struct dng_timespec {
- long tv_sec;
- long tv_nsec;
-};
-#define timespec dng_timespec
-#endif
#ifdef __cplusplus
extern "C"