15 lines
201 B
C
15 lines
201 B
C
![]() |
/*
|
||
|
* 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
|