aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pthreads_win32/include/pthread.h
blob: e0d0d521756e05d5f371b9ae9334c48d09f5a6bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#define PTW32_STATIC_LIB
#define PTW32_YANDEX

#if _MSC_VER >= 1900
#define HAVE_STRUCT_TIMESPEC
#endif

#include "../pthread.h"