*Always* use Windows primitives instead of pthreads.

This commit is contained in:
Devin Matthews
2018-10-02 15:04:36 -05:00
parent 998317d309
commit 0904d9e4df

View File

@@ -35,10 +35,7 @@
#ifndef BLIS_PTHREAD_WRAP_H
#define BLIS_PTHREAD_WRAP_H
#include "bli_config.h"
#include "bli_config_macro_defs.h"
#if defined(_MSC_VER) && !defined(BLIS_ENABLE_PTHREADS)
#if defined(_MSC_VER)
typedef SRWLOCK pthread_mutex_t;
typedef void pthread_mutexattr_t;