(D3D) Buildfix

This commit is contained in:
twinaphex 2020-08-08 19:12:01 +02:00
parent fd291f14ef
commit 2a9915f80d
3 changed files with 3 additions and 3 deletions

View File

@ -1744,7 +1744,7 @@ static uint32_t d3d10_get_flags(void *data)
return flags;
}
#ifdef __WINRT__
#ifndef __WINRT__
static void d3d10_get_video_output_size(void *data,
unsigned *width, unsigned *height)
{

View File

@ -1827,7 +1827,7 @@ static uint32_t d3d11_get_flags(void *data)
return flags;
}
#ifdef __WINRT__
#ifndef __WINRT__
static void d3d11_get_video_output_size(void *data,
unsigned *width, unsigned *height)
{

View File

@ -1830,7 +1830,7 @@ static uint32_t d3d12_get_flags(void *data)
return flags;
}
#ifdef __WINRT__
#ifndef __WINRT__
static void d3d12_get_video_output_size(void *data,
unsigned *width, unsigned *height)
{