Merge "vp9_thread: prefer pthread.h if available"

This commit is contained in:
James Zern 2015-02-11 16:50:07 -08:00 committed by Gerrit Code Review
commit d8ed558c99

View File

@ -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