Blob Blame History Raw
From 48b7880414f269c69a507d9c170aa2df4b28d53a Mon Sep 17 00:00:00 2001
From: Jacek Caban <jacek@codeweavers.com>
Date: Mon, 12 Aug 2019 21:27:09 +0200
Subject: [PATCH 7/7] Use HAVE_PTHREAD_H in pthread.h.

---
 media/libstagefright/ports/win32/include/pthread.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media/libstagefright/ports/win32/include/pthread.h b/media/libstagefright/ports/win32/include/pthread.h
index a313632221f1..e4602a741e41 100644
--- a/media/libstagefright/ports/win32/include/pthread.h
+++ b/media/libstagefright/ports/win32/include/pthread.h
@@ -1,5 +1,5 @@
 // Intentionally left blank
-#ifdef GCC_GTHR_POSIX_H
+#ifdef HAVE_PTHREAD_H
 #include_next <pthread.h>
 #endif
 
-- 
2.21.0