pthread.h 143 B

12345678910
  1. #pragma once
  2. #define PTW32_STATIC_LIB
  3. #define PTW32_YANDEX
  4. #if _MSC_VER >= 1900
  5. #define HAVE_STRUCT_TIMESPEC
  6. #endif
  7. #include "../pthread.h"