Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/thread.c b/src/win32/thread.c
index c3ea729..4932241 100644
--- a/src/win32/thread.c
+++ b/src/win32/thread.c
@@ -27,7 +27,7 @@
#include "config.h"
-#if defined(_WIN32) && !defined(HAVE_PTHREAD_H)
+#if defined(_WIN32)
#include <windows.h>
#include <process.h>