MINGW-packages/mingw-w64-abseil-cpp/0003-fix-linking-abseil_dll.patch
مهدي شينون (Mehdi Chinoune) ffd7011743 abseil-cpp: update to 20240722.0
2024-09-07 20:12:46 +01:00

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"