12 lines
366 B
Diff
12 lines
366 B
Diff
--- a/absl/synchronization/internal/pthread_waiter.h
|
|
+++ b/absl/synchronization/internal/pthread_waiter.h
|
|
@@ -16,7 +16,7 @@
|
|
#ifndef ABSL_SYNCHRONIZATION_INTERNAL_PTHREAD_WAITER_H_
|
|
#define ABSL_SYNCHRONIZATION_INTERNAL_PTHREAD_WAITER_H_
|
|
|
|
-#if !defined(_WIN32) && !defined(__MINGW32__)
|
|
+#if !defined(_MSC_VER)
|
|
#include <pthread.h>
|
|
|
|
#include "absl/base/config.h"
|