Skip to content

Commit

Permalink
Updated winrt checks
Browse files Browse the repository at this point in the history
  • Loading branch information
albertofustinoni committed Jun 13, 2024
1 parent 47c355b commit a30653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-common/include/vfs/vfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a30653a

Please sign in to comment.