Merge "vp9_thread: prefer pthread.h if available"

This commit is contained in:
James Zern 2015-02-11 16:50:07 -08:00 коммит произвёл Gerrit Code Review
Родитель a139f3f6fc d167a1aeee
Коммит d8ed558c99
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@ extern "C" {
#if CONFIG_MULTITHREAD
#if defined(_WIN32)
#if defined(_WIN32) && !HAVE_PTHREAD_H
#include <errno.h> // NOLINT
#include <process.h> // NOLINT
#include <windows.h> // NOLINT