summaryrefslogtreecommitdiff
path: root/chromium/media/gpu/windows/init_guid.cc
blob: 51e49af265fad64242c5aa85079368cfb496bf32 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This is defined here to ensure the D3D11, D3D9, and DXVA includes have their
// GUIDs intialized.
#define INITGUID
#include <d3d11.h>
#include <d3d9.h>
#include <dxva.h>
#undef INITGUID