/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*/
#pragma once
#include "shared/source/os_interface/windows/windows_wrapper.h"
#if _WIN32
#include <dxgi.h>
#endif