diff --git a/common_thread.h b/common_thread.h index 97e060976..2dcc348f2 100644 --- a/common_thread.h +++ b/common_thread.h @@ -103,7 +103,7 @@ typedef struct blas_queue { struct blas_queue *next; -#if defined( __WIN32__) || defined(__CYGWIN32__) +#if defined( __WIN32__) || defined(__CYGWIN32__) || defined(_WIN32) CRITICAL_SECTION lock; HANDLE finish; #else