Compile fix (#215)

This commit is contained in:
Alberto Fustinoni 2021-11-23 23:49:16 +09:00 committed by GitHub
parent b07e56998c
commit 28025be64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ enum vfs_scheme
VFS_SCHEME_CDROM
};
#ifndef __WINRT__
#if !(defined(__WINRT__) && defined(__cplusplus_winrt))
#ifdef VFS_FRONTEND
struct retro_vfs_file_handle
#else